Skip to content

Commit beb9573

Browse files
authored
Highlight .get in backticks
When I first read through the documentation twice, it took me two tries and looking very hard to find out the difference b/w the two. The background highlight using backticks would be helpful in this case.
1 parent 06eb1a3 commit beb9573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/enums.rst

Lines changed: 1 addition & 1 deletion
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)