Skip to content

Commit f29207a

Browse files
committedFeb 26, 2019
typo
1 parent 741fb7d commit f29207a

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)
Please sign in to comment.