mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Fix typo
This commit is contained in:
parent
e32c738c0b
commit
14f36f201f
@ -104,7 +104,7 @@ def my_sum(value1, value2, feature, parent):
|
||||
<h2>Example usage:</h2>
|
||||
<ul>
|
||||
<li>my_sum(5, 8) -> 13</li>
|
||||
<li>my_sum(\"fiel1\", \"field2\") -> 42</li>
|
||||
<li>my_sum(\"field1\", \"field2\") -> 42</li>
|
||||
</ul>
|
||||
\"\"\"
|
||||
return value1 + value2
|
||||
|
Loading…
x
Reference in New Issue
Block a user