Skip to content

Commit

Permalink
Fix the reference to the GitHubAPI.graphql documentation in the chang…
Browse files Browse the repository at this point in the history
…elog (#130)

It was missing a colon at the front of `:func:`
I've changed it to :meth:`gidgethub.abc.GitHubAPI.graphql` to be consistent with what was written in the previous changelog entry (v4.0.0)
  • Loading branch information
Mariatta committed Aug 19, 2020
1 parent e751664 commit 6cb4078
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 @@ -4,7 +4,7 @@ Changelog
4.1.1
-----

- Fix func:`abc.GitHubAPI.graphql` to accept response content types lacking
- Fix :meth:`gidgethub.abc.GitHubAPI.graphql` to accept response content types lacking
spaces; affects GitHub Enterprise
(`Issue #122 <https://github.com/brettcannon/gidgethub/pull/122>`_)

Expand Down

0 comments on commit 6cb4078

Please sign in to comment.