summaryrefslogtreecommitdiff
path: root/doc/how_tos/custom_checkers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/how_tos/custom_checkers.rst')
-rw-r--r--doc/how_tos/custom_checkers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/how_tos/custom_checkers.rst b/doc/how_tos/custom_checkers.rst
index 7a454c4f5..6cded973b 100644
--- a/doc/how_tos/custom_checkers.rst
+++ b/doc/how_tos/custom_checkers.rst
@@ -58,7 +58,7 @@ Firstly we will need to fill in some required boilerplate:
(
'ignore-ints',
{
- 'default': False, 'type': 'yn', 'metavar' : '<y_or_n>',
+ 'default': False, 'type': 'yn', 'metavar' : '<y or n>',
'help': 'Allow returning non-unique integers',
}
),