Skip to content

Commit e181b40

Browse files
committed
style: Replace tab with space in README.
1 parent c8a88ca commit e181b40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ Then you can simply query the schema:
5151

5252
```python
5353
query = '''
54-
query {
55-
users {
56-
firstName,
57-
lastName
58-
}
59-
}
54+
query {
55+
users {
56+
firstName,
57+
lastName
58+
}
59+
}
6060
'''
6161
result = schema.execute(query)
6262
```

0 commit comments

Comments
 (0)