Skip to content

Commit 85ff33d

Browse files
fix typo
1 parent 346c6dc commit 85ff33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api/contextlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Context Managers
1616
An :term:`abstract base class` for asynchronous context managers
1717

1818
This class can be used to check whether some object is an
19-
asynchronous context manager. If a class may inherit from
19+
asynchronous context manager. A class may inherit from
2020
``AbstractContextManager``, in which case it must implement
2121
an ``__aenter__`` method; the default ``__aenter__`` returns
2222
the asynchronous context manager itself.

0 commit comments

Comments
 (0)