Skip to content

Commit

Permalink
Update docs/guides/writing_stubs.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Chen <[email protected]>
  • Loading branch information
yangdanny97 and rchen152 authored Dec 10, 2024
1 parent cfc2827 commit 5c33d20
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 on stubs, use a `# type: ignore` comment. Refer to the style guide for
To suppress type errors in stubs, use `# type: ignore` comments. Refer to the style guide for
error suppression formats specific to individual typecheckers.

..
Expand Down

0 comments on commit 5c33d20

Please sign in to comment.