Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasero committed Sep 17, 2024
1 parent 16637c0 commit ce0028d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sources/chapters/module-2/025-conditional.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,11 @@
"source": [
"<div class=\"alert alert-danger\"> \n",
"<b>DANGER:</b> Be careful with while loops, as they might be unending. For example: \n",
" <pre>\n",
" <code>\n",
"while 1:\n",
" print(\"This is so annoying\")</code>\n",
"\n",
"</pre>\n",
"</div>"
]
},
Expand Down
2 changes: 2 additions & 0 deletions chapters/module-2/025-conditional.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,9 +775,11 @@ <h3><code class="docutils literal notranslate"><span class="pre">for</span></cod
</ul>
</div><div class="alert alert-danger">
<b>DANGER:</b> Be careful with while loops, as they might be unending. For example:
<pre>
<code>
while 1:
print("This is so annoying")</code>
</pre>
</div></section>
</section>
<section id="some-useful-built-in-functions-with-loops">
Expand Down

0 comments on commit ce0028d

Please sign in to comment.