Fix a reST markup issue
This commit is contained in:
parent
f7c4d9603e
commit
70d0a63390
|
@ -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'"""
|
||||
|
|
Loading…
Reference in New Issue