Skip to content

Commit

Permalink
Fix documentation references (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa authored Oct 1, 2020
1 parent 9ef0c33 commit 2e9f5ca
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 103 deletions.
4 changes: 1 addition & 3 deletions hikari/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"""A sane Python framework for writing modern Discord bots.
To get started, you will want to initialize an instance of `BotApp`
(an alias for `hikari.impl.bot.BotApp`) for writing a bot, or `RESTApp` (an
alias for `hikari.impl.rest.RESTApp`) if you only need to use
the REST API.
for writing a bot, or `RESTApp` if you only need to use the REST API.
"""

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion hikari/api/chunker.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def fetch_members_for_guild(
Returns
-------
hikari.utilities.event_stream.Streamer[hikari.events.shard_events.MemberChunkEvent]
hikari.event_stream.Streamer[hikari.events.shard_events.MemberChunkEvent]
A stream of chunk events for the generated request.
"""

Expand Down
Loading

0 comments on commit 2e9f5ca

Please sign in to comment.