From a08e258d28e28c854a61e82ec63ce3ff9721ab6c Mon Sep 17 00:00:00 2001 From: Louis Maddox Date: Wed, 11 Aug 2021 13:00:48 +0100 Subject: [PATCH] Typo in docstring --- src/range_streams/stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/range_streams/stream.py b/src/range_streams/stream.py index 7475bae..b486a74 100644 --- a/src/range_streams/stream.py +++ b/src/range_streams/stream.py @@ -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