Skip to content

Commit

Permalink
why u no sipify?
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed May 19, 2020
1 parent 0beee90 commit 24cda40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/geometry/qgsgeometry.sip.in
Expand Up @@ -556,7 +556,7 @@ and the indices of the vertices before and after the closest vertex.
not present.
:param sqrDist: will be set to the square distance between the closest vertex and the specified point

:return: - closest point in geometry. If not found (empty geometry), returns null point nad sqrDist is negative.
:return: - closest point in geometry. If not found (empty geometry), returns null point and sqrDist is negative.
- atVertex: will be set to the vertex index of the closest found vertex
%End

Expand Down Expand Up @@ -669,7 +669,7 @@ Returns coordinates of a vertex.

:param atVertex: index of the vertex

:return: Coordinates of the vertex or QgsPoint(0,0) on error
:return: Coordinates of the vertex or empty :py:class:`QgsPoint`() on error
%End

double sqrDistToVertexAt( QgsPointXY &point /In/, int atVertex ) const;
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/geometry/qgstriangle.sip.in
Expand Up @@ -107,7 +107,7 @@ Returns coordinates of a vertex.

:param atVertex: index of the vertex

:return: Coordinates of the vertex or QgsPoint(0,0) on error (``atVertex`` < 0 or > 3).
:return: Coordinates of the vertex or empty :py:class:`QgsPoint`() on error (``atVertex`` < 0 or > 3).
%End

QVector<double> lengths() const;
Expand Down

0 comments on commit 24cda40

Please sign in to comment.