We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfece7f + beb9573 commit 8bdcec5Copy full SHA for 8bdcec5
docs/types/enums.rst
@@ -86,7 +86,7 @@ In the Python ``Enum`` implementation you can access a member by initing the Enu
86
assert Color(1) == Color.RED
87
88
89
-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:
90
91
.. code:: python
92
0 commit comments