This commit is contained in:
Nyall Dawson 2023-04-24 06:55:41 +10:00
parent a4d6fd3ed5
commit cce5cc28f0
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
class QgsProcessingHistoryWidget : QgsPanelWidget
{
%Docstring(signature="appended")
A widget for showing Processing algorithm exection history.
A widget for showing Processing algorithm execution history.
.. versionadded:: 3.32
%End
@ -50,7 +50,7 @@ Interactively allows users to save the history log.
class QgsProcessingHistoryDialog : QDialog
{
%Docstring(signature="appended")
A dialog for showing Processing algorithm exection history.
A dialog for showing Processing algorithm execution history.
.. warning::

View File

@ -27,7 +27,7 @@ class QDialogButtonBox;
/**
* \ingroup gui
* \brief A widget for showing Processing algorithm exection history.
* \brief A widget for showing Processing algorithm execution history.
* \since QGIS 3.32
*/
class GUI_EXPORT QgsProcessingHistoryWidget : public QgsPanelWidget
@ -65,7 +65,7 @@ class GUI_EXPORT QgsProcessingHistoryWidget : public QgsPanelWidget
/**
* \ingroup gui
* \brief A dialog for showing Processing algorithm exection history.
* \brief A dialog for showing Processing algorithm execution history.
*
* \warning This is not part of stable API -- it is exposed to Python for internal use by Processing only!
*