File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44@task (
55 number = 3 ,
66 name = "Handle Non-ASCII Unicode Characters" ,
7- url = "https://realpython.com/lessons/wordcount-handle-non-ascii-unicode- characters-task/" ,
7+ url = "https://realpython.com/lessons/wordcount-handle-non-ascii-characters-task/" ,
88)
99@external (
1010 url = "https://docs.python.org/3/howto/unicode.html#python-s-unicode-support" ,
Original file line number Diff line number Diff line change 44@task (
55 number = 4 ,
66 name = "Format Numbers in Displayed Counts" ,
7- url = "https://realpython.com/lessons/wordcount-format-numbers-in-displayed-counts- task/" ,
7+ url = "https://realpython.com/lessons/wordcount-format-numbers-task/" ,
88)
99@tutorial (
1010 "how-to-python-f-string-format-float" ,
Original file line number Diff line number Diff line change 44@task (
55 number = 6 ,
66 name = "Ignore Directories and Missing Files" ,
7- url = "https://realpython.com/lessons/wordcount-ignore-directories-and-missing-files -task/" ,
7+ url = "https://realpython.com/lessons/wordcount-ignore-invalid-paths -task/" ,
88)
99@tutorial ("python-exceptions" , "Python Exceptions: An Introduction" )
1010@tutorial (
Original file line number Diff line number Diff line change 44@task (
55 number = 8 ,
66 name = "Ensure Consistent Number Formatting" ,
7- url = "https://realpython.com/lessons/wordcount-ensure- consistent-number -formatting-task/" ,
7+ url = "https://realpython.com/lessons/wordcount-consistent-formatting-task/" ,
88)
99@tutorial ("python-data-classes" , "Data Classes in Python (Guide)" )
1010@tutorial (
Original file line number Diff line number Diff line change 66@task (
77 number = 9 ,
88 name = "Select Counts With Command-Line Options" ,
9- url = "https://realpython.com/lessons/wordcount-select-counts-with-command-line-options- task/" ,
9+ url = "https://realpython.com/lessons/wordcount-select-counts-task/" ,
1010)
1111@tutorial ("python-bitwise-operators" , "Bitwise Operators in Python" )
1212@tutorial (
Original file line number Diff line number Diff line change 77@task (
88 number = 10 ,
99 name = "Add Support for Counting the Characters" ,
10- url = "https://realpython.com/lessons/wordcount-add-support-for- counting-characters-task/" ,
10+ url = "https://realpython.com/lessons/wordcount-counting-characters-task/" ,
1111)
1212class Test :
1313 def test_only_counts_characters (self , wc , runner ):
You can’t perform that action at this time.
0 commit comments