File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414copyright = u'2015, Christopher Armstrong'
1515version = release = '0.9+'
1616
17-
17+ html_theme = 'sphinx_rtd_theme'
Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ def test_code():
6969 ``AssertionError`` is raised with a log of all intents that were performed
7070 so far. Each item in the log starts with one of three prefixes:
7171
72- - sequence: this intent was found in the sequence
73- - fallback: a performer for this intent was provided by the fallback
74- dispatcher
75- - NOT FOUND: no performer for this intent was found.
72+ * `` sequence`` : this intent was found in the sequence
73+ * `` fallback`` : a performer for this intent was provided by the fallback
74+ dispatcher
75+ * `` NOT FOUND`` : no performer for this intent was found.
7676
77- :param list sequence: Sequence of ``(intent, fn)``, where ``fn`` is a
77+ :param list sequence: List of ``(intent, fn)`` tuples , where ``fn`` is a
7878 function that should accept an intent and return a result.
7979 :param Effect eff: The Effect to perform.
8080 :param fallback_dispatcher: A dispatcher to use for intents that aren't
You can’t perform that action at this time.
0 commit comments