Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions monitorcontrol/vcp/vcp_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
###############################################################################


# incomplete list of VCP codes from the MCSS specification
# incomplete list of VCP codes from the MCCS specification
_VCP_CODE_DEFINTIONS = {
"image_factory_default": {
"name": "restore factory default image",
Expand Down Expand Up @@ -65,7 +65,7 @@
class VCPCode:
"""
Virtual Control Panel code. Simple container for the control
codes defined by the VESA Monitor Control Command Set (MCSS).
codes defined by the VESA Monitor Control Command Set (MCCS).

This should be used by getting the code from
:py:meth:`get_vcp_code_definition()`
Expand Down