Skip to content

Commit 180ec53

Browse files
committedMay 20, 2020
Sipify
1 parent 62268e2 commit 180ec53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎python/gui/auto_generated/qgscolorrampbutton.sip.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111

12-
1312
class QgsColorRampButton : QToolButton
1413
{
1514
%Docstring
@@ -117,7 +116,7 @@ Returns a copy of the default color ramp for the button, which is shown in the b
117116
"default color ramp" option.
118117

119118
:return: default color ramp for the button. Returns ``None`` if the default color ramp
120-
option is disabled.
119+
option is disabled. Caller takes ownership of the returned object.
121120

122121
.. seealso:: :py:func:`setDefaultColorRamp`
123122
%End

0 commit comments

Comments
 (0)
Please sign in to comment.