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

View File

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