We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5a907 commit 3615988Copy full SHA for 3615988
003 - D5L Dictionary/main.py
@@ -61,14 +61,14 @@ def language_selection(language):
61
# opens the README file in github
62
def open_readme():
63
menu_utils.open_url_in_browser(
64
- "https://github.com/storlak/PythonMiniProjects/blob/main/003%20-%20Dictionary/README.md"
+ "https://github.com/storlak/PythonMiniProjects/blob/main/003%20-%20D5L%20Dictionary/README.md"
65
)
66
67
68
# opens the project in github
69
def welcome():
70
71
- "https://github.com/storlak/PythonMiniProjects/tree/main/003%20-%20Dictionary"
+ "https://github.com/storlak/PythonMiniProjects/tree/main/003%20-%20D5L%20Dictionary"
72
73
74
0 commit comments