Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed May 29, 2020
1 parent ff703f3 commit aa1ac76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyingpigeon/processes/wps_pointinspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self):

LiteralInput("coords", "Coordinates",
abstract="Comma-seperated tuple of WGS85 lon, lat decimal coordinates "
"(e.g. 2.356138, 48.846450).",
"(e.g. 2.356138, 48.846450).",
# noqa
default="2.356138, 48.846450",
data_type='string',
Expand Down

0 comments on commit aa1ac76

Please sign in to comment.