Skip to content

Commit 646c716

Browse files
committed
Update README.md
1 parent 3e8e65f commit 646c716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then Querying `graphene.Schema` is as simple as:
4646
query = '''
4747
query SayHello {
4848
hello
49-
ping(to:'peter')
49+
ping(to:"peter")
5050
}
5151
'''
5252
result = schema.execute(query)

0 commit comments

Comments
 (0)