Skip to content

Commit 91e9677

Browse files
committed
Update link labels
1 parent 4e3a24a commit 91e9677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wordcount/tests/task_02.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Splitting, Concatenating, and Joining Strings in Python",
1414
)
1515
@tutorial("len-python-function", "Using the `len()` Function in Python")
16-
@tutorial("python-variables", "Variables in Python")
16+
@tutorial("python-variables", "Variables in Python: Usage and Best Practices")
1717
@tutorial("python-print", "Your Guide to the Python `print()` Function")
1818
class Test:
1919
def test_reports_zeros_on_an_empty_stream(self, wc):

wordcount/tests/task_07.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="Read Data From Multiple Files",
88
url="https://realpython.com/lessons/wordcount-read-data-from-multiple-files-task/",
99
)
10-
@tutorial("python-for-loop", 'Python "for" Loops (Definite Iteration)')
10+
@tutorial("python-for-loop", 'Python for Loops: The Pythonic Way')
1111
@tutorial("python-list", "Python's list Data Type: A Deep Dive With Examples")
1212
@tutorial(
1313
"list-comprehension-python", "When to Use a List Comprehension in Python"

0 commit comments

Comments
 (0)