Skip to content

Commit 4bf065b

Browse files
committed
Reconciling with local library
1 parent b04c51a commit 4bf065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dictionaries/dictionary.py renamed to dictionaries/dictionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dictionary is collection of key-value pairs. Dictionary is ordered(from
22
# python 3.6 onwards), changeable and does not contain any duplicates
3-
They are fast since they use hashing
3+
# They are fast since they use hashing
44

55
capitals = {'US':'Washington',
66
'UK':'London',

0 commit comments

Comments
 (0)