Skip to content

Commit e24b6bb

Browse files
committedJan 29, 2018
Update sip binding
1 parent 414737d commit e24b6bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎python/core/qgsvectorlayer.sip.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ QVariant is used (the default behavior), then the feature's current value will b
14831483
retrieved and used. Note that this involves a feature request to the underlying data provider,
14841484
so it is more efficient to explicitly pass an ``oldValue`` if it is already available.
14851485

1486-
If ``skipDefaultValue`` is set to true, default field values will not
1486+
If ``skipDefaultValues`` is set to true, default field values will not
14871487
be updated. This can be used to override default field value expressions.
14881488

14891489
Returns true if the feature's attribute was successfully changed.
@@ -1504,7 +1504,7 @@ Returns true if the feature's attribute was successfully changed.
15041504
.. seealso:: :py:func:`updateFeature`
15051505
%End
15061506

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 );
15081508
%Docstring
15091509
Changes attributes' values for a feature (but does not immediately
15101510
commit the changes).
@@ -1520,7 +1520,7 @@ automatically retrieved and used. Note that this involves a feature
15201520
request to the underlying data provider, so it is more efficient to
15211521
explicitly pass an oldValue if it is already available.
15221522

1523-
If ``skipDefaultValue`` is set to true, default field values will not
1523+
If ``skipDefaultValues`` is set to true, default field values will not
15241524
be updated. This can be used to override default field value
15251525
expressions.
15261526

0 commit comments

Comments
 (0)
Please sign in to comment.