Skip to content

Commit 49d5a4f

Browse files
committed
UG: Avoid overriding link to DateTime library robotframework#3048
1 parent 6500a1f commit 49d5a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,13 +1172,13 @@ case-insensitive.
11721172
| bytearray_ | | | Same conversion as with bytes_ but the result is a bytearray_. | |
11731173
+-------------+---------------+------------+----------------------------------------------------------------+--------------------------------------+
11741174
| `datetime | | | Argument is expected to be a timestamp in `ISO 8601`_ like | | `2018-09-12T15:47:05.123456` |
1175-
| <dt-mod_>`_ | | | format `YYYY-MM-DD hh:mm:ss.mmmmmm`, where any non-digit | | `2018-09-12 15:47` |
1175+
| <dt-mod_>`__| | | format `YYYY-MM-DD hh:mm:ss.mmmmmm`, where any non-digit | | `2018-09-12 15:47` |
11761176
| | | | character can be used as a separator or separators can be | | `2018-09-12` |
11771177
| | | | omitted altogether. Additionally, only the date part is | |
11781178
| | | | mandatory, all possibly missing time components are considered | |
11791179
| | | | to be zeros. | |
11801180
+-------------+---------------+------------+----------------------------------------------------------------+--------------------------------------+
1181-
| date_ | | | Same conversion as with `datetime <dt-mod_>`_ but all time | | `2018-09-12` |
1181+
| date_ | | | Same conversion as with `datetime <dt-mod_>`__ but all time | | `2018-09-12` |
11821182
| | | | components are expected to be omitted or to be zeros. | |
11831183
+-------------+---------------+------------+----------------------------------------------------------------+--------------------------------------+
11841184
| timedelta_ | | | String is expected to represent a time interval in one of the | | `42` (42 seconds) |

0 commit comments

Comments
 (0)