@@ -1483,7 +1483,7 @@ QVariant is used (the default behavior), then the feature's current value will b
1483
1483
retrieved and used. Note that this involves a feature request to the underlying data provider,
1484
1484
so it is more efficient to explicitly pass an ``oldValue`` if it is already available.
1485
1485
1486
- If ``skipDefaultValue `` is set to true, default field values will not
1486
+ If ``skipDefaultValues `` is set to true, default field values will not
1487
1487
be updated. This can be used to override default field value expressions.
1488
1488
1489
1489
Returns true if the feature's attribute was successfully changed.
@@ -1504,7 +1504,7 @@ Returns true if the feature's attribute was successfully changed.
1504
1504
.. seealso:: :py:func:`updateFeature`
1505
1505
%End
1506
1506
1507
- bool changeAttributeValues( QgsFeatureId fid, const QgsAttributeMap &newValues, const QgsAttributeMap &oldValues = QgsAttributeMap(), bool skeipDefaultValues = false );
1507
+ bool changeAttributeValues( QgsFeatureId fid, const QgsAttributeMap &newValues, const QgsAttributeMap &oldValues = QgsAttributeMap(), bool skipDefaultValues = false );
1508
1508
%Docstring
1509
1509
Changes attributes' values for a feature (but does not immediately
1510
1510
commit the changes).
@@ -1520,7 +1520,7 @@ automatically retrieved and used. Note that this involves a feature
1520
1520
request to the underlying data provider, so it is more efficient to
1521
1521
explicitly pass an oldValue if it is already available.
1522
1522
1523
- If ``skipDefaultValue `` is set to true, default field values will not
1523
+ If ``skipDefaultValues `` is set to true, default field values will not
1524
1524
be updated. This can be used to override default field value
1525
1525
expressions.
1526
1526
0 commit comments