Navigation Menu

Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Jun 18, 2020
1 parent 044a05d commit 7fb552d
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/qgsgeometry.sip.in
Expand Up @@ -874,7 +874,7 @@ Splits this geometry according to a given line.

:return: OperationResult a result code: success or reason of failure

* Example:
Example:
.. code-block:: python

geometry = QgsGeometry.fromWkt('CompoundCurveZ ((2749546.2003820720128715 1262904.45356595050543547 100, 2749557.82053794478997588 1262920.05570670193992555 200))')
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -900,7 +900,7 @@ class CORE_EXPORT QgsGeometry
* fix this bug?
* \returns OperationResult a result code: success or reason of failure
*
* * Example:
* Example:
* \code{.py}
* geometry = QgsGeometry.fromWkt('CompoundCurveZ ((2749546.2003820720128715 1262904.45356595050543547 100, 2749557.82053794478997588 1262920.05570670193992555 200))')
* split_line = [QgsPoint(2749544.19, 1262914.79), QgsPoint(2749557.64, 1262897.30)]
Expand Down

0 comments on commit 7fb552d

Please sign in to comment.