Fix a reST markup issue

This commit is contained in:
Brett Cannon 2017-08-11 15:54:20 -07:00 committed by GitHub
parent f7c4d9603e
commit 70d0a63390
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ conditional expression::
The factory functions in the ``operator`` module would then make it
straightforward to create circuit breakers that correspond to identity
checks using the ``is`` and ``is not`` operators:
checks using the ``is`` and ``is not`` operators::
def is_sentinel(value, sentinel):
"""Returns a circuit breaker switching on 'value is sentinel'"""