Skip to content

Commit

Permalink
Dox grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 13, 2020
1 parent c4b5710 commit 932e70b
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/geometry/qgspoint.sip.in
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgspoint.h
Expand Up @@ -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
Expand Down

0 comments on commit 932e70b

Please sign in to comment.