Skip to content

Commit 5c33d20

Browse files
Update docs/guides/writing_stubs.rst
Co-authored-by: Rebecca Chen <[email protected]>
1 parent cfc2827 commit 5c33d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/writing_stubs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Liskov substitutability or detecting problematic overloads.
9393
It may be instructive to examine `typeshed <https://github.com/python/typeshed/>`__'s
9494
`setup for testing stubs <https://github.com/python/typeshed/blob/main/tests/README.md>`__.
9595

96-
To suppress type errors on stubs, use a `# type: ignore` comment. Refer to the style guide for
96+
To suppress type errors in stubs, use `# type: ignore` comments. Refer to the style guide for
9797
error suppression formats specific to individual typecheckers.
9898

9999
..

0 commit comments

Comments
 (0)