Skip to content

Commit f623dee

Browse files
Merge pull request #1 from nsparatkar/master
Fixed the typo for algorithms category
2 parents a0481d2 + b5a7a94 commit f623dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g4g.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
articles = []
1212

1313
choice_to_category = {1: 'c', 2: 'c-plus-plus', 3: 'java',
14-
4: 'fundamental-of-algorithms',
14+
4: 'fundamentals-of-algorithms',
1515
5: 'data-structures'}
1616

1717
def display_menu():

0 commit comments

Comments
 (0)