Skip to content

Commit 682b6c6

Browse files
committed
Fix linter check
1 parent 91e9677 commit 682b6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: The Pythonic Way')
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)