File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class QgsTransaction : QObject /Abstract/
23
23
and all layers need to be in read-only mode for a transaction to be committed
24
24
or rolled back.
25
25
26
- Layers cannot only be included in one transaction at a time.
26
+ Layers can only be included in one transaction at a time.
27
27
28
28
When editing layers which are part of a transaction group, all changes are
29
29
sent directly to the data provider (bypassing the undo/redo stack), and the
@@ -105,7 +105,7 @@ class QgsTransaction : QObject /Abstract/
105
105
106
106
static bool supportsTransaction( const QgsVectorLayer *layer );
107
107
%Docstring
108
- Checks if a the provider of a given ``layer`` supports transactions.
108
+ Checks if the provider of a given ``layer`` supports transactions.
109
109
:rtype: bool
110
110
%End
111
111
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class QgsVectorLayer;
40
40
* and all layers need to be in read-only mode for a transaction to be committed
41
41
* or rolled back.
42
42
*
43
- * Layers cannot only be included in one transaction at a time.
43
+ * Layers can only be included in one transaction at a time.
44
44
*
45
45
* When editing layers which are part of a transaction group, all changes are
46
46
* sent directly to the data provider (bypassing the undo/redo stack), and the
@@ -115,7 +115,7 @@ class CORE_EXPORT QgsTransaction : public QObject SIP_ABSTRACT
115
115
virtual bool executeSql ( const QString &sql, QString &error SIP_OUT, bool isDirty = false ) = 0;
116
116
117
117
/* *
118
- * Checks if a the provider of a given \a layer supports transactions.
118
+ * Checks if the provider of a given \a layer supports transactions.
119
119
*/
120
120
static bool supportsTransaction ( const QgsVectorLayer *layer );
121
121
You can’t perform that action at this time.
0 commit comments