Skip to content

Commit 90bcbba

Browse files
authored
fix typo in async docs: 'is' -> 'if' (#1992)
1 parent 846c9aa commit 90bcbba

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
@@ -107,7 +107,7 @@ Implementing new backends
107107

108108
Async file systems should derive from ``AsyncFileSystem``, and implement the
109109
``async def _*`` coroutines there. These functions will either have sync versions
110-
automatically generated is the name is in the ``async_methods`` list, or
110+
automatically generated if the name is in the ``async_methods`` list, or
111111
can be directly created using ``sync_wrapper``.
112112

113113
.. code-block:: python

0 commit comments

Comments
 (0)