Docstring change

This commit is contained in:
atse 2024-08-12 11:50:35 +08:00
parent f5338e97f3
commit ea6d07d9df

View File

@ -23,8 +23,8 @@ class UnitfulSpinBox(SpinBox):
* The "pinSiPrefix" option, where the siPrefix could be fixed to a
particular scale instead of as determined by its value.
* The "noUnitEditing" option, where the unit portion of the
SpinBox text, including the siPrefix, is fixed and uneditable.
* The "noUnitEditing" option, where the suffix and pinned siPrefix
of the SpinBox text is fixed and uneditable.
"""
def __init__(self, parent=None, value=0.0, **kwargs):