Skip to content

Commit

Permalink
Fix bad doc string
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nyalldawson committed Sep 2, 2017
1 parent 64489be commit bbd0beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsuserprofilemanager.sip
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class QgsUserProfileManager : QObject
Emitted when the list of profiles is changed.

This signal will only be emitted when isNewProfileNotificationEnabled() is true.
By default By default new profile notification is disabled.
By default new profile notification is disabled.

.. seealso:: isNewProfileNotificationEnabled()
.. seealso:: setNewProfileNotificationEnabled()
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsuserprofilemanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class CORE_EXPORT QgsUserProfileManager : public QObject
* Emitted when the list of profiles is changed.
*
* This signal will only be emitted when isNewProfileNotificationEnabled() is true.
* By default By default new profile notification is disabled.
* By default new profile notification is disabled.
*
* \see isNewProfileNotificationEnabled()
* \see setNewProfileNotificationEnabled()
Expand Down

0 comments on commit bbd0beb

Please sign in to comment.