Skip to content

Commit c130372

Browse files
lynxlynxlynxm-kuhn
authored andcommitted
doc: fixed processing's description for v.extract (#3637)
1 parent cd0fefb commit c130372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/processing/algs/grass/description/v.extract.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
v.extract
2-
Selects vector objects from a vector layer a new layer containing only the selected objects.
2+
Selects vector objects from a vector layer and creates a new layer containing only the selected objects.
33
Vector (v.*)
44
ParameterVector|input|Vector layer|-1|False
55
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|

python/plugins/processing/algs/grass7/description/v.extract.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
v.extract
2-
Selects vector objects from a vector layer a new layer containing only the selected objects.
2+
Selects vector objects from a vector layer and creates a new layer containing only the selected objects.
33
Vector (v.*)
44
ParameterVector|input|Vector layer|-1|False
55
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|

0 commit comments

Comments
 (0)