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 b59461b commit f6e2fb0Copy full SHA for f6e2fb0
src/typing_extensions.py
@@ -881,7 +881,7 @@ class Writer(Protocol[T_contra]):
881
882
@abc.abstractmethod
883
def write(self, data: T_contra, /) -> int:
884
- """Write *data* to the output stream and return the number of items written."""
+ """Write *data* to the output stream and return the number of items written.""" # noqa: E501
885
886
887
_NEEDS_SINGLETONMETA = (
0 commit comments