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
Original file line number Original file line Diff line number Diff line change
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 ); void setMapUnitsPerPixel( double mapUnitsPerPixel );
%Docstring %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` .. seealso:: :py:func:`mapUnitsPerPixel`


Expand Down
2 changes: 1 addition & 1 deletion src/core/qgslegendsettings.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class CORE_EXPORT QgsLegendSettings
double mapUnitsPerPixel() const; 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() * \see mapUnitsPerPixel()
* \since QGIS 3.8 * \since QGIS 3.8
*/ */
Expand Down

0 comments on commit f29207a

Please sign in to comment.