Skip to content

Commit

Permalink
fix typo in changelog - was missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Sep 23, 2024
1 parent ab63b32 commit b17e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ method. Here's an example where it's useful:
.. code-block:: python
# If we have a band object:
>>> band = Band.objects().get(name="Pythonistas")
>>> band = await Band.objects().get(name="Pythonistas")
>>> band.popularity
1000
Expand Down

0 comments on commit b17e335

Please sign in to comment.