Skip to content

Commit dcafd50

Browse files
committed
README update
1 parent 6a4686c commit dcafd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ from datemath import dm
153153
# Release Notes
154154
* v1.4.5 - Added roundDown functionality. Allows user to specify the default rounding for expressions such as `/d`.
155155
* example - assuming the time is currently 2016-01-01 12:00:00, we should get the following
156-
```
156+
```
157157
>>> dm('now+/d', roundDown=False)
158158
<Arrow [2016-01-01T23:59:00+00:00]>
159159
>>> dm('now/d')

0 commit comments

Comments
 (0)