This commit is contained in:
Nyall Dawson 2019-08-20 12:09:26 +10:00
parent 090d148805
commit b47dea0cc6
2 changed files with 4 additions and 4 deletions

View File

@ -271,7 +271,7 @@ The default is to use no simplification.
%Docstring
Returns a list of map themes to use during the export.
Items which handle layered exports (e.g. maps) may utilise this list to export different
Items which handle layered exports (e.g. maps) may utilize this list to export different
representations of the item as export layers, as they iterate through these included themes.
.. seealso:: :py:func:`setExportThemes`
@ -283,7 +283,7 @@ representations of the item as export layers, as they iterate through these incl
%Docstring
Sets a list of map ``themes`` to use during the export.
Items which handle layered exports (e.g. maps) may utilise this list to export different
Items which handle layered exports (e.g. maps) may utilize this list to export different
representations of the item as export layers, as they iterate through these included themes.
.. seealso:: :py:func:`exportThemes`

View File

@ -262,7 +262,7 @@ class CORE_EXPORT QgsLayoutRenderContext : public QObject
/**
* Returns a list of map themes to use during the export.
*
* Items which handle layered exports (e.g. maps) may utilise this list to export different
* Items which handle layered exports (e.g. maps) may utilize this list to export different
* representations of the item as export layers, as they iterate through these included themes.
*
* \see setExportThemes()
@ -273,7 +273,7 @@ class CORE_EXPORT QgsLayoutRenderContext : public QObject
/**
* Sets a list of map \a themes to use during the export.
*
* Items which handle layered exports (e.g. maps) may utilise this list to export different
* Items which handle layered exports (e.g. maps) may utilize this list to export different
* representations of the item as export layers, as they iterate through these included themes.
*
* \see exportThemes()