Skip to content

Commit 1eb8fe5

Browse files
DelazJm-kuhn
authored andcommittedNov 16, 2016
typo fix
1 parent 5b5600f commit 1eb8fe5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎python/plugins/processing/algs/help/qgis.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,11 @@ qgis:selectbyattributesum:
383383
qgis:selectbyexpression: >
384384
This algorithm creates a selection in a vector layer. The criteria for selecting features is based on a QGIS expression.
385385

386-
For more information about expressions see the<a href ="{qgisdocs}/user_manual/working_with_vector/expression.html">user manual</a>
386+
For more information about expressions see the <a href ="{qgisdocs}/user_manual/working_with_vector/expression.html">user manual</a>
387387

388388

389389
qgis:selectbylocation: >
390-
This algorithm creates creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.
390+
This algorithm creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.
391391

392392

393393
qgis:setstyleforrasterlayer: >
@@ -407,7 +407,7 @@ qgis:snappointstogrid: >
407407

408408

409409
qgis:splitlineswithlines: >
410-
This algorithm split the lines in a line layer using the lines in another line layer to define the breaking points. Intersection between geometries in both layers are considered as split points.
410+
This algorithm splits the lines in a line layer using the lines in another line layer to define the breaking points. Intersection between geometries in both layers are considered as split points.
411411

412412
qgis:splitvectorlayer: >
413413
This algorithm takes a vector layer and an attribute and generates a set of vector layers in an output folder. Each of the layers created in that folder contains all features from the input layer with the same value for the specified attribute.
@@ -418,7 +418,7 @@ qgis:statisticsbycategories:
418418

419419

420420
qgis:sumlinelengths: >
421-
This algorithm takes a polygon layer and a lines layer and measure the total length of lines and the total numer of them that cross each polygon.
421+
This algorithm takes a polygon layer and a line layer and measure the total length of lines and the total number of them that cross each polygon.
422422

423423
The resulting layer has the same features as the input polygon layer, but with two additional attributes containing the length and lines count of layers across each polygon. The names of these two fields can be configured in the algorithm parameters.
424424

@@ -443,7 +443,7 @@ qgis:vectorgrid:
443443
qgis:vectorlayerhistogram: >
444444
This algorithm generates a histogram with the values of the attribute of a vector layer.
445445

446-
The ttribute to use for computing the histogram must be a numeric attribute.
446+
The attribute to use for computing the histogram must be a numeric attribute.
447447

448448
qgis:vectorlayerscatterplot:
449449

0 commit comments

Comments
 (0)
Please sign in to comment.