Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Aug 11, 2021
1 parent f4419e7 commit a08e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range_streams/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ async def get_async_monostream(self) -> None:
cost).
Should be called after the :class:`~range_streams.stream.RangeStream` is
initialised (with both ``single_request`` and ``force_async``as True), and
initialised (with both ``single_request`` and ``force_async`` as True), and
[unlike the initialisation method] of course this method must be awaited.
"""
rng_h = range_header(rng=Range(0, 0)) # Empty range -> open-ended range header
Expand Down

0 comments on commit a08e258

Please sign in to comment.