Skip to content

Commit

Permalink
fix one more backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdanny97 committed Dec 12, 2024
1 parent d3a652a commit 3e405f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/writing_stubs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Liskov substitutability or detecting problematic overloads.
It may be instructive to examine `typeshed <https://github.com/python/typeshed/>`__'s
`setup for testing stubs <https://github.com/python/typeshed/blob/main/tests/README.md>`__.

To suppress type errors in stubs, use `# type: ignore` comments. Refer to the :ref:`type-checker-error-suppression` section of the style guide for
To suppress type errors in stubs, use ``# type: ignore`` comments. Refer to the :ref:`type-checker-error-suppression` section of the style guide for
error suppression formats specific to individual typecheckers.

..
Expand Down

0 comments on commit 3e405f9

Please sign in to comment.