Skip to content

Commit 29fcdcf

Browse files
authored
Merge pull request #220 from sandialabs/fix-example-6
Fix documentation
2 parents 26cbb89 + 8cde79e commit 29fcdcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/examples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ flaky stage has been run.
281281
.. literalinclude:: ../../example/ex_6_creating_retryable_stages.py
282282
:language: python
283283
:linenos:
284-
:lines: 21-35
284+
:lines: 23-37
285285
:emphasize-lines: 15
286286
:caption: ``example/ex_6_creating_retryable_stages.py``
287287

@@ -293,7 +293,7 @@ something where a human would say, "Just try again," and setting
293293
.. literalinclude:: ../../example/ex_6_creating_retryable_stages.py
294294
:language: python
295295
:linenos:
296-
:lines: 42-51
296+
:lines: 44-53
297297
:emphasize-lines: 7-8,10
298298
:caption: ``example/ex_6_creating_retryable_stages.py``
299299

@@ -302,7 +302,7 @@ Next we need to adjust the parser to account for this new stage.
302302
.. literalinclude:: ../../example/ex_6_creating_retryable_stages.py
303303
:language: python
304304
:linenos:
305-
:lines: 60-87
305+
:lines: 62-89
306306
:emphasize-lines: 13-14
307307
:caption: ``example/ex_6_creating_retryable_stages.py``
308308

@@ -356,7 +356,7 @@ above, but you have the flexibility to :ref:`extend the behavior
356356
.. literalinclude:: ../../example/ex_7_customizing_the_summary.py
357357
:language: python
358358
:linenos:
359-
:lines: 146-158
359+
:lines: 148-160
360360
:emphasize-lines: 6-9
361361
:caption: ``example/ex_7_customizing_the_summary.py``
362362

0 commit comments

Comments
 (0)