Skip to content

Commit 77bfec6

Browse files
committed
fix typo
1 parent 2ff3f76 commit 77bfec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/gui/auto_generated/qgisinterface.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ status bar (do not use the native Qt statusBar() method).
603603
virtual void takeAppScreenShots( const QString &saveDirectory, const int categories = 0 );
604604
%Docstring
605605
Take screenshots for user documentation
606-
@param saveDirectory path were the screenshots will be saved
606+
@param saveDirectory path where the screenshots will be saved
607607
@param categories an int as a flag value of QgsAppScreenShots.Categories
608608

609609
.. versionadded:: 3.4

src/gui/qgisinterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class GUI_EXPORT QgisInterface : public QObject
530530

531531
/**
532532
* Take screenshots for user documentation
533-
* @param saveDirectory path were the screenshots will be saved
533+
* @param saveDirectory path where the screenshots will be saved
534534
* @param categories an int as a flag value of QgsAppScreenShots::Categories
535535
* \since QGIS 3.4
536536
*/

0 commit comments

Comments
 (0)