Skip to content

Commit 3669b8c

Browse files
committed
Update the title and URL slugs
1 parent bff387b commit 3669b8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

wordcount/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Learn by Doing: Build a Clone of the Unix `wc` Shell Command
1+
# Python Project: Build a Word Count Command-Line App
22

33
This folder contains supporting materials for the [wordcount coding challenge](https://realpython.com/courses/wordcount/) on Real Python.
44

wordcount/tests/task_01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@task(
88
number=1,
99
name="Run the wordcount Command",
10-
url="https://realpython.com/lessons/wordcount-run-the-wordcount-command-task/",
10+
url="https://realpython.com/lessons/wordcount-run-command-task/",
1111
)
1212
@tutorial("defining-your-own-python-function")
1313
@tutorial("terminal-commands", "The Terminal: First Steps and Useful Commands")

wordcount/tests/task_05.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@task(
55
number=5,
66
name="Read Data From a File",
7-
url="https://realpython.com/lessons/wordcount-read-data-from-a-file-task/",
7+
url="https://realpython.com/lessons/wordcount-read-data-from-file-task/",
88
)
99
@tutorial("python-conditional-statements", "Conditional Statements in Python")
1010
@tutorial(

wordcount/tests/task_10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@task(
88
number=10,
99
name="Add Support for Counting the Characters",
10-
url="https://realpython.com/lessons/wordcount-add-support-for-counting-the-characters-task/",
10+
url="https://realpython.com/lessons/wordcount-add-support-for-counting-characters-task/",
1111
)
1212
class Test:
1313
def test_only_counts_characters(self, wc, runner):

0 commit comments

Comments
 (0)