Skip to content

Commit e122f69

Browse files
authored
Fix typo in writing_stubs.rst documentation (#2195)
1 parent 4617cb9 commit e122f69

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
@@ -192,7 +192,7 @@ No::
192192

193193
Sometimes, it is desirable to make a stub-only class available
194194
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
195+
public method for which a library does not provide a usable runtime type. Use
196196
the ``typing.type_check_only`` decorator to mark such objects::
197197

198198
from typing import Protocol, type_check_only

0 commit comments

Comments
 (0)