We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afd53d commit d85a443Copy full SHA for d85a443
1 file changed
pystreamapi/_streams/__base_stream.py
@@ -252,9 +252,7 @@ def __map_to_str(self):
252
self._map(str)
253
254
def numeric(self) -> NumericBaseStream:
255
- """
256
- Returns a numeric stream. If the stream is already numeric, it is returned.
257
+ """Returns a numeric stream. If the stream is already numeric, it is returned."""
258
return self._to_numeric_stream()
259
260
@_operation
0 commit comments