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 30925b3 commit c553968Copy full SHA for c553968
docs/source/async.rst
@@ -7,7 +7,7 @@ Async
7
allows for concurrent calls within bulk operations such as ``cat`` (fetch
8
the contents of many files at once) even from normal code, and for the direct
9
use of fsspec in async code without blocking.
10
-Async implementations derive from the class ``fsspec.async.AsyncFileSystem``.
+Async implementations derive from the class ``fsspec.asyn.AsyncFileSystem``.
11
The class attribute ``async_impl`` can be used to test whether an
12
implementation is async of not.
13
0 commit comments