Fix indentation of fromFunction docs

This commit is contained in:
Nyall Dawson 2024-09-04 09:30:28 +10:00
parent cbb741fb35
commit 15c7343a97
2 changed files with 6 additions and 6 deletions

View File

@ -30,10 +30,10 @@ def _fromFunction(description: str,
flags=QgsTask.Flag.AllFlags,
**kwargs) -> QgsTask:
"""
Creates a new QgsTask task from a python function.
Creates a new QgsTask task from a python function.
Example
-------
Example
-------
.. code-block:: python

View File

@ -30,10 +30,10 @@ def _fromFunction(description: str,
flags=QgsTask.Flag.AllFlags,
**kwargs) -> QgsTask:
"""
Creates a new QgsTask task from a python function.
Creates a new QgsTask task from a python function.
Example
-------
Example
-------
.. code-block:: python