mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-28 00:22:34 -05:00
Fix indentation of fromFunction docs
This commit is contained in:
parent
cbb741fb35
commit
15c7343a97
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user