Skip to content

Commit e5e90ab

Browse files
committed
bold fix and rename to 310
1 parent d9fa5d8 commit e5e90ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Python210CourseMaterials
1+
# Python310CourseMaterials
22

3-
Course Materials for Python 210
3+
Course Materials for Python 310: the first course in the UWPCE Python Certificate Program.
44

55
Published here:
66

source/class_schedule/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:orphan:
22

33
#########################
4-
Python 210 Class Schedule
4+
Python 310 Class Schedule
55
#########################
66

77
.. toctree::

source/modules/Modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ But you should strive for proper style. Isn't this easier to read?
8484
x = (3 * 4) + (12 / func(x, y, z))
8585
8686
87-
.. centered:: **Read** `**PEP 8** <https://www.python.org/dev/peps/pep-0008/>`_ **and install a linter in your editor.**
87+
.. centered:: **Read** `PEP 8 <https://www.python.org/dev/peps/pep-0008/>`_ **and install a linter in your editor.**
8888

8989

9090
Modules and Packages

0 commit comments

Comments
 (0)