Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 5, 2018
1 parent 2ff3f76 commit 77bfec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -603,7 +603,7 @@ status bar (do not use the native Qt statusBar() method).
virtual void takeAppScreenShots( const QString &saveDirectory, const int categories = 0 );
%Docstring
Take screenshots for user documentation
@param saveDirectory path were the screenshots will be saved
@param saveDirectory path where the screenshots will be saved
@param categories an int as a flag value of QgsAppScreenShots.Categories

.. versionadded:: 3.4
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgisinterface.h
Expand Up @@ -530,7 +530,7 @@ class GUI_EXPORT QgisInterface : public QObject

/**
* Take screenshots for user documentation
* @param saveDirectory path were the screenshots will be saved
* @param saveDirectory path where the screenshots will be saved
* @param categories an int as a flag value of QgsAppScreenShots::Categories
* \since QGIS 3.4
*/
Expand Down

0 comments on commit 77bfec6

Please sign in to comment.