mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Merge pull request #60062 from nicogodet/typo-qgsgeometry
Fix small typo in QgsGeometry.constGet() docstring
This commit is contained in:
commit
34a5dc6e8d
@ -121,7 +121,7 @@ geom is transferred.
|
||||
%Docstring
|
||||
Returns a non-modifiable (const) reference to the underlying abstract geometry primitive.
|
||||
|
||||
This is much faster then calling the non-const :py:func:`~QgsGeometry.get` method.
|
||||
This is much faster than calling the non-const :py:func:`~QgsGeometry.get` method.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -121,7 +121,7 @@ geom is transferred.
|
||||
%Docstring
|
||||
Returns a non-modifiable (const) reference to the underlying abstract geometry primitive.
|
||||
|
||||
This is much faster then calling the non-const :py:func:`~QgsGeometry.get` method.
|
||||
This is much faster than calling the non-const :py:func:`~QgsGeometry.get` method.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -195,7 +195,7 @@ class CORE_EXPORT QgsGeometry
|
||||
/**
|
||||
* Returns a non-modifiable (const) reference to the underlying abstract geometry primitive.
|
||||
*
|
||||
* This is much faster then calling the non-const get() method.
|
||||
* This is much faster than calling the non-const get() method.
|
||||
*
|
||||
* \note In QGIS 2.x this method was named geometry().
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user