Skip to content

Commit e629bf4

Browse files
committed
Codespell
1 parent 0173fbb commit e629bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/protocols.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ declare them explicitly using ``ClassVar[...]``. Continuing previous example:
388388
from typing import ClassVar
389389
390390
class OtherExample(Protocol):
391-
# This style is *not recommended*, but may be needed to re-use
391+
# This style is *not recommended*, but may be needed to reuse
392392
# some complex callable types. Otherwise use regular methods.
393393
foo: ClassVar[Callable[[object], int]]
394394
# This may be needed to mimic descriptor access on Type[...] types,

0 commit comments

Comments
 (0)