Skip to content

Commit c553968

Browse files
Fix typo in async docs (#1155)
1 parent 30925b3 commit c553968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/async.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Async
77
allows for concurrent calls within bulk operations such as ``cat`` (fetch
88
the contents of many files at once) even from normal code, and for the direct
99
use of fsspec in async code without blocking.
10-
Async implementations derive from the class ``fsspec.async.AsyncFileSystem``.
10+
Async implementations derive from the class ``fsspec.asyn.AsyncFileSystem``.
1111
The class attribute ``async_impl`` can be used to test whether an
1212
implementation is async of not.
1313

0 commit comments

Comments
 (0)