Followup 9a5435f: Fix sip files

This commit is contained in:
Matthias Kuhn 2017-12-20 12:10:33 +01:00
parent bf45d0b618
commit f5a650f978
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -508,7 +508,7 @@ CRS which is actually used to display and manipulate the layer within QGIS.
This may be the case when a layer has an incorrect CRS within its metadata
and a user has manually overridden the layer's CRS within QGIS.
The CRS described here should either match the CRS from the layer QgsMapLayer.crs()
The CRS described here should either match the CRS from the layer :py:func:`QgsMapLayer.crs()`
or the CRS from the data provider.
This property should also match the CRS property used in the spatial extent.
@ -531,7 +531,7 @@ CRS which is actually used to display and manipulate the layer within QGIS.
This may be the case when a layer has an incorrect CRS within its metadata
and a user has manually overridden the layer's CRS within QGIS.
The CRS described here should either match the CRS from the layer QgsMapLayer.crs()
The CRS described here should either match the CRS from the layer :py:func:`QgsMapLayer.crs()`
or the CRS from the data provider.
This property should also match the CRS property used in the spatial extent.