diff --git a/python/core/auto_generated/geometry/qgspoint.sip.in b/python/core/auto_generated/geometry/qgspoint.sip.in index 05cb4afb75f0..1097ecccd4ce 100644 --- a/python/core/auto_generated/geometry/qgspoint.sip.in +++ b/python/core/auto_generated/geometry/qgspoint.sip.in @@ -305,7 +305,7 @@ Returns 90.0 if the distance between this point and other one is equal to 0 (sam QgsPoint project( double distance, double azimuth, double inclination = 90.0 ) const /HoldGIL/; %Docstring -Returns a new point which correspond to this point projected by a specified distance +Returns a new point which corresponds to this point projected by a specified distance with specified angles (azimuth and inclination), using Cartesian mathematics. M value is preserved. diff --git a/src/core/geometry/qgspoint.h b/src/core/geometry/qgspoint.h index 1a492bb535c8..d846fbabab8b 100644 --- a/src/core/geometry/qgspoint.h +++ b/src/core/geometry/qgspoint.h @@ -418,7 +418,7 @@ class CORE_EXPORT QgsPoint: public QgsAbstractGeometry double inclination( const QgsPoint &other ) const SIP_HOLDGIL; /** - * Returns a new point which correspond to this point projected by a specified distance + * Returns a new point which corresponds to this point projected by a specified distance * with specified angles (azimuth and inclination), using Cartesian mathematics. * M value is preserved. * \param distance distance to project