Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix linter error
  • Loading branch information
jonathandung authored Mar 19, 2026
commit 256374f8897f0370f16a795b2c290a8e97a3508c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Changed the :var:`_capability_names` dictionary in :mod:`curses.has_key` to a :class:`frozenmap`, since it is private and requires no modifications. Contributed by Jonathan Dung.
Changed the :data:`_capability_names` dictionary in :mod:`curses.has_key` to a :class:`frozenmap`, since it is private and requires no modifications. Contributed by Jonathan Dung.
Loading