Skip to content

Commit fc5073d

Browse files
committed
Documentation fix
1 parent 6d94ea5 commit fc5073d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/core/geometry/qgsgeometry.sip.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ This is much faster then calling the non-const get() method.
100100

101101
.. versionadded:: 3.0
102102

103-
.. seealso:: :py:func:`primitive`
104-
105103
.. seealso:: :py:func:`set`
104+
105+
.. seealso:: :py:func:`get`
106106
%End
107107

108108
QgsAbstractGeometry *get();

src/core/geometry/qgsgeometry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ class CORE_EXPORT QgsGeometry
175175
* \note In QGIS 2.x this method was named geometry().
176176
*
177177
* \since QGIS 3.0
178-
* \see primitive()
179178
* \see set()
179+
* \see get()
180180
*/
181181
const QgsAbstractGeometry *constGet() const;
182182

0 commit comments

Comments
 (0)