Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Aug 25, 2024
1 parent 4e05dd8 commit 2b2d34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncstdlib/functools.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ async def data(self):
If the attribute is accessed by multiple tasks before a cached value has
been produced, the getter can be run more than once. The final cached value
is determined by the last getter coroutine to return. To enforce that the
getter is executed at most once, provide an additional lock type - e.g. the
getter is executed at most once, provide an appropriate lock type - e.g. the
:py:class:`asyncio.Lock` class in an :py:mod:`asyncio` application - and
access is automatically synchronised.
Expand Down

0 comments on commit 2b2d34a

Please sign in to comment.