Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed trailing space
  • Loading branch information
domi4484 committed Apr 14, 2021
1 parent 4891bd6 commit 9082cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/additions/qgssettingsentry.py
Expand Up @@ -38,7 +38,7 @@ def __init__(self, key, pluginName, defaultValue, description=str()):
:param defaultValue: argument specifies the default value for the settings entry.
:param description: argument specifies a description for the settings entry.
.. note:: This constructor should not be used. Use PyQgsSettingsEntryEnum
.. note:: This constructor should not be used. Use PyQgsSettingsEntryEnum
or PyQgsSettingsEntryFlag instead.
"""

Expand Down

0 comments on commit 9082cfa

Please sign in to comment.