Skip to content

Commit

Permalink
Merge pull request #1402 from RJ722/patch-1
Browse files Browse the repository at this point in the history
Docs: Highlight .get in backticks
  • Loading branch information
erikwrede committed Aug 13, 2022
2 parents dfece7f + beb9573 commit 8bdcec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In the Python ``Enum`` implementation you can access a member by initing the Enu
assert Color(1) == Color.RED
However, in Graphene ``Enum`` you need to call get to have the same effect:
However, in Graphene ``Enum`` you need to call `.get` to have the same effect:

.. code:: python
Expand Down

0 comments on commit 8bdcec5

Please sign in to comment.