summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-09-24 19:29:09 +0200
committerGitHub <noreply@github.com>2017-09-24 19:29:09 +0200
commit0c15b8e123c60133ba17932567cc848c44da76ee (patch)
tree54eaadf3c9cda90adadcd944becc45caaebdd707
parentc7e750dce3b1bd6dcd3f57259e57c45379107199 (diff)
README formatting nit
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index eda6b67..2098845 100644
--- a/README.rst
+++ b/README.rst
@@ -179,7 +179,7 @@ Notes
Recreating such menus is awkward.
There is already basic support internally though, because it's needed to
- get obscure choice behavior right. See ``_determine_actual_symbols()`` and
+   get obscure ``choice`` behavior right. See ``_determine_actual_symbols()`` and
its helper ``_has_auto_menu_dep_on()``.
* Using `__slots__ <https://docs.python.org/3.1/reference/datamodel.html#slots>`_