We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4617cb9 commit e122f69Copy full SHA for e122f69
docs/guides/writing_stubs.rst
@@ -192,7 +192,7 @@ No::
192
193
Sometimes, it is desirable to make a stub-only class available
194
to a stub's users — for example, to allow them to type the return value of a
195
-public method for which a library does not provided a usable runtime type. Use
+public method for which a library does not provide a usable runtime type. Use
196
the ``typing.type_check_only`` decorator to mark such objects::
197
198
from typing import Protocol, type_check_only
0 commit comments