We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846c9aa commit 90bcbbaCopy full SHA for 90bcbba
docs/source/async.rst
@@ -107,7 +107,7 @@ Implementing new backends
107
108
Async file systems should derive from ``AsyncFileSystem``, and implement the
109
``async def _*`` coroutines there. These functions will either have sync versions
110
-automatically generated is the name is in the ``async_methods`` list, or
+automatically generated if the name is in the ``async_methods`` list, or
111
can be directly created using ``sync_wrapper``.
112
113
.. code-block:: python
0 commit comments