Skip to content

Commit c029117

Browse files
magicmarkclaude
andcommitted
Drop rst syntax from extensions docstring
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c72bd71 commit c029117

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

gql/graphql_request.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ def __init__(
2323
:param operation_name: Name of the operation that shall be executed.
2424
Only required in multi-operation documents (Default: None).
2525
:param extensions: Dictionary of protocol extensions (Default: None).
26-
This is passed as the top-level ``extensions`` key in the request
27-
payload, as defined in the `GraphQL over HTTP spec
28-
<https://github.com/graphql/graphql-over-http>`_.
26+
This is passed as the top-level "extensions" key in the request
27+
payload, as defined in the GraphQL over HTTP spec.
2928
:return: a :class:`GraphQLRequest <gql.GraphQLRequest>`
3029
which can be later executed or subscribed by a
3130
:class:`Client <gql.client.Client>`, by an

0 commit comments

Comments
 (0)