Skip to content

Commit

Permalink
Update sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Feb 26, 2019
1 parent 3073d34 commit 3fbda69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/raster/qgsrasterlayer.sip.in
Expand Up @@ -55,7 +55,7 @@ so the rasterlayer class appends the band number in brackets behind each band na

Sample usage of the QgsRasterLayer class:

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

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

Expand Down
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsmapcanvas.sip.in
Expand Up @@ -739,7 +739,7 @@ Receives signal about selection change, and pass it on with layer info

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

void layerStateChange();
Expand Down

0 comments on commit 3fbda69

Please sign in to comment.