Navigation Menu

Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Feb 26, 2019
1 parent 741fb7d commit f29207a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgslegendsettings.sip.in
Expand Up @@ -205,7 +205,7 @@ Returns the factor of map units per pixel for symbols with size given in map uni

void setMapUnitsPerPixel( double mapUnitsPerPixel );
%Docstring
Sets the the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from the map settings.
Sets the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from the map settings.

.. seealso:: :py:func:`mapUnitsPerPixel`

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgslegendsettings.h
Expand Up @@ -186,7 +186,7 @@ class CORE_EXPORT QgsLegendSettings
double mapUnitsPerPixel() const;

/**
* Sets the the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
* Sets the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
* \see mapUnitsPerPixel()
* \since QGIS 3.8
*/
Expand Down

0 comments on commit f29207a

Please sign in to comment.