Skip to content

Commit 0d60f79

Browse files
authored
fix(docs): Invalid README example
1 parent fab9742 commit 0d60f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Use the `mode=Mode.NEGATIVE` parameter to generate queries that should be reject
151151

152152
```python
153153
from hypothesis import given
154-
from hypothesis_graphql import queries, mode
154+
from hypothesis_graphql import queries, Mode
155155
import requests
156156

157157
SCHEMA = """

0 commit comments

Comments
 (0)