Skip to content

Commit 7bcba35

Browse files
authored
Merge pull request #9288 from pblottiere/fix_doc
Update doc
2 parents 6e39543 + 3e2af2a commit 7bcba35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/qgslegendsettings.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Returns the factor of map units per pixel for symbols with size given in map uni
205205

206206
void setMapUnitsPerPixel( double mapUnitsPerPixel );
207207
%Docstring
208-
Sets the the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from the map settings.
208+
Sets the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from the map settings.
209209

210210
.. seealso:: :py:func:`mapUnitsPerPixel`
211211

src/core/qgslegendsettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class CORE_EXPORT QgsLegendSettings
186186
double mapUnitsPerPixel() const;
187187

188188
/**
189-
* Sets the the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
189+
* Sets the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
190190
* \see mapUnitsPerPixel()
191191
* \since QGIS 3.8
192192
*/

0 commit comments

Comments
 (0)