Skip to content

Commit 3fbda69

Browse files
committedFeb 26, 2019
Update sip binding
1 parent 3073d34 commit 3fbda69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/auto_generated/raster/qgsrasterlayer.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ so the rasterlayer class appends the band number in brackets behind each band na
5555

5656
Sample usage of the QgsRasterLayer class:
5757

58-
In order to automate redrawing of a raster layer, you should like it to a map canvas like this :
58+
In order to automate redrawing of a raster layer, you should link it to a map canvas like this :
5959

6060
Once a layer has been created you can find out what type of layer it is (GrayOrUndefined, Palette or Multiband):
6161

‎python/gui/auto_generated/qgsmapcanvas.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ Receives signal about selection change, and pass it on with layer info
739739

740740
void saveAsImage( const QString &fileName, QPixmap *QPixmap = 0, const QString & = "PNG" );
741741
%Docstring
742-
Save the convtents of the map canvas to disk as an image
742+
Save the contents of the map canvas to disk as an image
743743
%End
744744

745745
void layerStateChange();

0 commit comments

Comments
 (0)
Please sign in to comment.