We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0173fbb commit e629bf4Copy full SHA for e629bf4
docs/source/protocols.rst
@@ -388,7 +388,7 @@ declare them explicitly using ``ClassVar[...]``. Continuing previous example:
388
from typing import ClassVar
389
390
class OtherExample(Protocol):
391
- # This style is *not recommended*, but may be needed to re-use
+ # This style is *not recommended*, but may be needed to reuse
392
# some complex callable types. Otherwise use regular methods.
393
foo: ClassVar[Callable[[object], int]]
394
# This may be needed to mimic descriptor access on Type[...] types,
0 commit comments