Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 1, 2021
1 parent 0eb29db commit a1ee2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/auto_generated/layout/qgslayoutpoint.sip.in
Expand Up @@ -20,7 +20,7 @@ for use in QGIS layouts. Measurement units are stored alongside the position.
.. note::

This class does not inherit from QPointF since QPointF includes methods which should not apply
to positions with with units. For instance, the + and - operators would mislead users of this class
to positions with units. For instance, the + and - operators would mislead users of this class
to believe that addition of two QgsLayoutPoints with different unit types would automatically convert
units. Instead, all unit conversion must be handled by a QgsLayoutMeasurementConverter so that
conversion between paper and screen units can be correctly performed.
Expand Down

0 comments on commit a1ee2ff

Please sign in to comment.