Skip to content

Commit c918d40

Browse files
authored
Use () for get_function_sig_hook docs (#15499)
1 parent 2e304ca commit c918d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/extending_mypy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This hook will be also called for instantiation of classes.
159159
This is a good choice if the return type is too complex
160160
to be expressed by regular python typing.
161161

162-
**get_function_signature_hook** is used to adjust the signature of a function.
162+
**get_function_signature_hook()** is used to adjust the signature of a function.
163163

164164
**get_method_hook()** is the same as ``get_function_hook()`` but for methods
165165
instead of module level functions.

0 commit comments

Comments
 (0)