Skip to content

Commit

Permalink
Fix typo in async docs (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Jan 13, 2023
1 parent 30925b3 commit c553968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Async
allows for concurrent calls within bulk operations such as ``cat`` (fetch
the contents of many files at once) even from normal code, and for the direct
use of fsspec in async code without blocking.
Async implementations derive from the class ``fsspec.async.AsyncFileSystem``.
Async implementations derive from the class ``fsspec.asyn.AsyncFileSystem``.
The class attribute ``async_impl`` can be used to test whether an
implementation is async of not.

Expand Down

0 comments on commit c553968

Please sign in to comment.