Skip to content

Commit 90170aa

Browse files
rchen152srittau
andauthored
Formatting fix to docs/guides/writing_stubs.rst
Co-authored-by: Sebastian Rittau <[email protected]>
1 parent 31c52c0 commit 90170aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/writing_stubs.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Stub-Only Objects
174174

175175
Definitions that do not exist at runtime may be included in stubs to aid in
176176
expressing types. Sometimes, it is desirable to make a stub-only class available
177-
to a stub's users - for example, to allow them to type the return value of a
177+
to a stub's users for example, to allow them to type the return value of a
178178
public method for which a library does not provided a usable runtime type::
179179

180180
from typing import Protocol

0 commit comments

Comments
 (0)