Skip to content

Commit 17e1857

Browse files
committed
Improve wording in module docstring
Replicates graphql/graphql-js@963d8bc
1 parent ae8a3bf commit 17e1857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- :mod:`graphql.type`: Define GraphQL types and schema.
3232
- :mod:`graphql.validation`: The Validation phase of fulfilling a GraphQL result.
3333
- :mod:`graphql.execution`: The Execution phase of fulfilling a GraphQL request.
34-
- :mod:`graphql.error`: Creating and format GraphQL errors.
34+
- :mod:`graphql.error`: Creating and formatting GraphQL errors.
3535
- :mod:`graphql.utilities`:
3636
Common useful computations upon the GraphQL language and type objects.
3737
- :mod:`graphql/subscription`: Subscribe to data updates.

0 commit comments

Comments
 (0)