Skip to content

Commit 9e5dd52

Browse files
committed
fixed bugs
1 parent 365f142 commit 9e5dd52

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ book.pdf
2727

2828
# any potential git archive folder
2929
__git__
30+
__git__/**
3031
*.texgit.*
3132

3233
# the project files

bookbase

text/main/controlFlow/loops/loops.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
%
2929
\gitLoadAndExecPython{loops:for_loop_pi_liu_hui}{}{loops}{for_loop_pi_liu_hui.py}{}%
3030
\listingPythonAndOutput{loops:for_loop_pi_liu_hui}{for_loop_pi_liu_hui.py}{%
31-
A variant of \cref{lst:variables:pi_liu_hui} which uses a \pythonilIdx{for} loop instead of five copies of the same instructions.}%
31+
A variant of \cref{lst:variables:pi_liu_hui} which uses a \pythonilIdx{for} loop instead of five copies of the same instructions.}{}%
3232
%
3333
The keyword~\pythonilIdx{for} is followed by a loop variable.
3434
Then comes the keyword~\pythonilIdx{in}, the \pythonil{sequence} we want to iterate over, and finally a colon~(\pythonilIdx{:}).

0 commit comments

Comments
 (0)