Skip to content

Commit e9727a8

Browse files
committed
Website build
1 parent 9ae1d68 commit e9727a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2_programs_in_files.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ <h2><span class="section-number">2.10. </span>Exercises<a class="headerlink" hre
903903
primeness, simply checking whether the number is zero modulo any of the
904904
integers less than its square root will be fine. Test your code by running
905905
the following in your week 2 exercise repository:</p>
906-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> pytest tests/test__exercise_2_4.py
906+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> pytest tests/test_exercise_2_4.py
907907
</pre></div>
908908
</div>
909909
<p>Then push your code to GitHub and check that the tests pass there too.</p>

_sources/2_programs_in_files.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ Exercises
946946

947947
.. code-block:: console
948948
949-
$ pytest tests/test__exercise_2_4.py
949+
$ pytest tests/test_exercise_2_4.py
950950
951951
Then push your code to GitHub and check that the tests pass there too.
952952

0 commit comments

Comments
 (0)