@@ -780,9 +780,9 @@ def fetch_messages(
780780 An iterator to fetch the messages.
781781
782782 !!! note
783- This call is not a coroutine function, it returns a special type of
784- lazy iterator that will perform API calls as you iterate across it.
785- See `hikari.iterators` for the full API for this iterator type.
783+ This call is not a coroutine function, it returns a special type of
784+ lazy iterator that will perform API calls as you iterate across it.
785+ See `hikari.iterators` for the full API for this iterator type.
786786
787787 Raises
788788 ------
@@ -1566,9 +1566,9 @@ def fetch_reactions_for_emoji(
15661566 An iterator to fetch the users.
15671567
15681568 !!! note
1569- This call is not a coroutine function, it returns a special type of
1570- lazy iterator that will perform API calls as you iterate across it.
1571- See `hikari.iterators` for the full API for this iterator type.
1569+ This call is not a coroutine function, it returns a special type of
1570+ lazy iterator that will perform API calls as you iterate across it.
1571+ See `hikari.iterators` for the full API for this iterator type.
15721572
15731573 Raises
15741574 ------
@@ -2464,9 +2464,9 @@ def fetch_my_guilds(
24642464 The token's associated guilds.
24652465
24662466 !!! note
2467- This call is not a coroutine function, it returns a special type of
2468- lazy iterator that will perform API calls as you iterate across it.
2469- See `hikari.iterators` for the full API for this iterator type.
2467+ This call is not a coroutine function, it returns a special type of
2468+ lazy iterator that will perform API calls as you iterate across it.
2469+ See `hikari.iterators` for the full API for this iterator type.
24702470
24712471 Raises
24722472 ------
@@ -2774,9 +2774,9 @@ def fetch_audit_log(
27742774 The guild's audit log.
27752775
27762776 !!! note
2777- This call is not a coroutine function, it returns a special type of
2778- lazy iterator that will perform API calls as you iterate across it.
2779- See `hikari.iterators` for the full API for this iterator type.
2777+ This call is not a coroutine function, it returns a special type of
2778+ lazy iterator that will perform API calls as you iterate across it.
2779+ See `hikari.iterators` for the full API for this iterator type.
27802780
27812781 Raises
27822782 ------
@@ -3763,9 +3763,9 @@ def fetch_members(
37633763 An iterator to fetch the members.
37643764
37653765 !!! note
3766- This call is not a coroutine function, it returns a special type of
3767- lazy iterator that will perform API calls as you iterate across it.
3768- See `hikari.iterators` for the full API for this iterator type.
3766+ This call is not a coroutine function, it returns a special type of
3767+ lazy iterator that will perform API calls as you iterate across it.
3768+ See `hikari.iterators` for the full API for this iterator type.
37693769
37703770 Raises
37713771 ------
0 commit comments