Skip to content
Snippets Groups Projects
Unverified Commit c6c1d48d authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

fix position of restriction.py to show

parent 541cd289
No related branches found
No related tags found
No related merge requests found
Pipeline #58234 passed
...@@ -121,7 +121,7 @@ Exercise ...@@ -121,7 +121,7 @@ Exercise
.. literalinclude:: _static/code/restriction.py .. literalinclude:: _static/code/restriction.py
:linenos: :linenos:
:lines: 15-31 :lines: 18-33
:language: python :language: python
**pseudocode of second algorithm** **pseudocode of second algorithm**
...@@ -138,7 +138,7 @@ Exercise ...@@ -138,7 +138,7 @@ Exercise
.. literalinclude:: _static/code/restriction.py .. literalinclude:: _static/code/restriction.py
:linenos: :linenos:
:lines: 32-53 :lines: 34-55
:language: python :language: python
...@@ -172,7 +172,7 @@ in bonus we can try to sort the list in the order of the position of the binding ...@@ -172,7 +172,7 @@ in bonus we can try to sort the list in the order of the position of the binding
.. literalinclude:: _static/code/restriction.py .. literalinclude:: _static/code/restriction.py
:linenos: :linenos:
:lines: 54- :lines: 55-
:language: python :language: python
:: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment