Skip to content

Commit 14f36f2

Browse files
DelazJnyalldawson
authored andcommitted
Fix typo
1 parent e32c738 commit 14f36f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def my_sum(value1, value2, feature, parent):
104104
<h2>Example usage:</h2>
105105
<ul>
106106
<li>my_sum(5, 8) -> 13</li>
107-
<li>my_sum(\"fiel1\", \"field2\") -> 42</li>
107+
<li>my_sum(\"field1\", \"field2\") -> 42</li>
108108
</ul>
109109
\"\"\"
110110
return value1 + value2

0 commit comments

Comments
 (0)