Skip to content

Commit

Permalink
Correct problem #
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 18, 2024
1 parent cce05e8 commit 6b08e04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/python/p0079.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Implementation of Problem 77
Python Implementation of Problem 79
===================================

View source code :source:`python/src/p0077.py`
View source code :source:`python/src/p0079.py`

Includes
--------
Expand All @@ -13,11 +13,11 @@ Includes
Problem Solution
----------------

.. automodule:: python.src.p0077
.. automodule:: python.src.p0079
:members:
:undoc-members:

.. literalinclude:: ../../../python/src/p0077.py
.. literalinclude:: ../../../python/src/p0079.py
:language: python
:linenos:

Expand Down

0 comments on commit 6b08e04

Please sign in to comment.