Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ available as the attribute ``.loop``.
AsyncFileSystemWrapper
----------------------

The `AsyncFileSystemWrapper` class is an experimental feature that allows you to convert
The `AsyncFileSystemWrapper` class allows you to convert
a synchronous filesystem into an asynchronous one. This is useful for quickly integrating
synchronous filesystems into workflows that may expect `AsyncFileSystem` instances.

Expand All @@ -183,6 +183,6 @@ backed by the normal, synchronous methods of `LocalFileSystem`:
Limitations
-----------

This is experimental. Users should not expect this wrapper to magically make things faster.
Users should not expect this wrapper to magically make things faster.
It is primarily provided to allow usage of synchronous filesystems with interfaces that expect
`AsyncFileSystem` instances.