Skip to content

Commit 8bdcec5

Browse files
authored
Merge pull request #1402 from RJ722/patch-1
Docs: Highlight .get in backticks
2 parents dfece7f + beb9573 commit 8bdcec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/enums.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In the Python ``Enum`` implementation you can access a member by initing the Enu
8686
assert Color(1) == Color.RED
8787
8888
89-
However, in Graphene ``Enum`` you need to call get to have the same effect:
89+
However, in Graphene ``Enum`` you need to call `.get` to have the same effect:
9090

9191
.. code:: python
9292

0 commit comments

Comments
 (0)