Skip to content

Commit 2e1a40a

Browse files
author
Daniel
committed
fix: Typo when doing \n in a help string
1 parent 033d7b8 commit 2e1a40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geovita_processing_plugin/algorithms/CreateAtlasCoverageAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def initAlgorithm(self, config=None):
126126
QgsProcessingParameterNumber.Double,
127127
defaultValue=287.0
128128
)
129-
param_short.setHelp(self.tr('The dimension of the paper perpendicular to the road (in millimeters).\n\Example: For a 297mm A3 sheet with 5mm margins, use 287.'))
129+
param_short.setHelp(self.tr('The dimension of the paper perpendicular to the road (in millimeters).\n\nExample: For a 297mm A3 sheet with 5mm margins, use 287.'))
130130
self.addParameter(param_short)
131131

132132
param_overlap = QgsProcessingParameterNumber(

0 commit comments

Comments
 (0)