Skip to content

Commit 9f2a3ff

Browse files
author
Nadir Trapsida
committed
fix comments
1 parent a48eba6 commit 9f2a3ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

weaver/wps_restapi/swagger_definitions.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ class URL(ExtendedSchemaNode):
236236
class DateTimeInterval(ExtendedSchemaNode):
237237
schema_type = String
238238
description = (
239-
"DateTime format against OGC-API - Processes,"
240-
"to get values before a certain date-time use '../' before the date-time,"
241-
"to get values after a certain date-time use '/..' after the date-time like the example,"
242-
"to get values between two date-times use '/' between the date-times,"
243-
"to get values with a specific date-time just pass the datetime."
239+
"DateTime format against OGC-API - Processes, "
240+
"to get values before a certain date-time use '../' before the date-time, "
241+
"to get values after a certain date-time use '/..' after the date-time like the example, "
242+
"to get values between two date-times use '/' between the date-times, "
243+
"to get values with a specific date-time just pass the datetime. "
244244
)
245245
example = "2022-03-02T03:32:38.487000+00:00/.."
246246
regex_datetime = r"(\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d+)?(([+-]\d\d:\d\d)|Z)?)"

0 commit comments

Comments
 (0)