Skip to content

Commit 3017989

Browse files
authored
Fix typo in help
1 parent 8ba3643 commit 3017989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis_processing/splitTrajectoriesAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def displayName(self):
106106
def shortHelpString(self):
107107
return self.tr(
108108
"<p>Splits trajectories into subtrajectories "
109-
"using regular time intervals (year, month, day, hour): </p>"
109+
"using regular time intervals (year, month, day, hour). </p>"
110110
"<p>For more information on trajectory splitters see: "
111111
"https://movingpandas.readthedocs.io/en/main/trajectorysplitter.html</p>"
112112
"<p><b>Speed</b> is calculated based on the input layer CRS information and "

0 commit comments

Comments
 (0)