Skip to content

Commit c34da91

Browse files
authored
It's called frozendict
not frozenmap
1 parent 256374f commit c34da91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/curses/has_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Table mapping curses keys to the terminfo capability name
99

10-
_capability_names = frozenmap({
10+
_capability_names = frozendict({
1111
_curses.KEY_A1: 'ka1',
1212
_curses.KEY_A3: 'ka3',
1313
_curses.KEY_B2: 'kb2',

0 commit comments

Comments
 (0)