Skip to content

Commit

Permalink
Document __aiter__ (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Dec 26, 2024
1 parent 787b7cd commit 56220ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
autoclass_content = "class"
add_module_names = False
autodoc_default_options = {
"special-members": ",".join(["__len__", "__getitem__", "__iter__"]),
"special-members": ",".join(["__len__", "__getitem__", "__iter__", "__aiter__"]),
"undoc-members": True,
"exclude-members": ",".join(
[
Expand Down

0 comments on commit 56220ad

Please sign in to comment.