Skip to content

Commit a09cdce

Browse files
committed
fix backticks in docs
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent 555a266 commit a09cdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ follows::
1717
"""))
1818

1919
Note that this function expects the extensions as an AST, which we can get using the
20-
:func:`graphql.language.parse` function. Also note that the `extend_schema` function
20+
:func:`graphql.language.parse` function. Also note that the :func:`~graphql.extend_schema` function
2121
does not alter the original schema, but returns a new schema object.
2222

2323
We also need to attach a resolver function to the new field::

0 commit comments

Comments
 (0)