Skip to content

Commit

Permalink
remove the QtCore prefix in the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Aug 30, 2022
1 parent 695645f commit b1dbab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msl/qt/widgets/line_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, *, align=None, read_only=False, rescale=False,
Parameters
----------
align : :attr:`~QtCore.Qt.AlignmentFlag`, optional
align : :attr:`Qt.AlignmentFlag`, optional
How to align the text. Default is `Qt.AlignLeft`.
read_only : :class:`bool`, optional
Whether the displayed text is read only.
Expand Down

0 comments on commit b1dbab7

Please sign in to comment.