Skip to content

Commit b5a7a94

Browse files
committed
Fixed the typo for algorithms category
1 parent a0481d2 commit b5a7a94

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)