Skip to content

Commit

Permalink
Fix a class name doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Mar 15, 2020
1 parent 9b56042 commit 05dafc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Changelog
:meth:`~gidgethub.abc.GitHubAPI.sleep()` to make the method public.
- Renamed the "test" extra to "tests" and added the "dev" extra.
- Introduced the :exc:`gidgethub.RateLimitExceeded` exception.
- Methods on :class:`gidgethub.GitHubAPI` no longer automatically sleep when it's
- Methods on :class:`gidgethub.abc.GitHubAPI` no longer automatically sleep when it's
possible that the call will exceed the user's rate limit (it's now up to the
user to prevent from going over the rate limit).
- Made the ``[treq]`` install extra depend on ``Twisted[tls]``.
Expand Down

0 comments on commit 05dafc2

Please sign in to comment.