Merge pull request #60062 from nicogodet/typo-qgsgeometry

Fix small typo in QgsGeometry.constGet() docstring
This commit is contained in:
Matthias Kuhn 2025-01-07 00:18:47 +01:00 committed by GitHub
commit 34a5dc6e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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::

View File

@ -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::

View File

@ -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().
*