Skip to content

Commit bdfd345

Browse files
committedDec 20, 2017
fix code descriptor
1 parent 45315bb commit bdfd345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/qgscoordinatereferencesystem.sip‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For example, the following code will create and inspect "British national grid"
5555

5656
This will produce the following output:
5757

58-
.. code-block:: python
58+
.. code-block::
5959

6060
CRS Description: OSGB 1936 / British National Grid
6161
CRS PROJ.4 text: +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 [output trimmed]

‎src/core/qgscoordinatereferencesystem.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ typedef void ( *CUSTOM_CRS_VALIDATION )( QgsCoordinateReferenceSystem & ) SIP_SK
9090
*
9191
* This will produce the following output:
9292
*
93-
* \code{.py}
93+
* \code
9494
* CRS Description: OSGB 1936 / British National Grid
9595
* CRS PROJ.4 text: +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 [output trimmed]
9696
* \endcode

0 commit comments

Comments
 (0)
Please sign in to comment.