Skip to content

Commit 0735ac4

Browse files
authored
Fix markup at testing.md (#476)
1 parent 73b843a commit 0735ac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ The provided instance will be returned specifically under the following conditio
2727

2828
>>> print(pendulum.now())
2929
'2016-07-10T22:10:33.954851-05:00'
30+
```
3031

3132
Related methods will also return values mocked according to the **now** instance.
3233

34+
```python
3335
>>> print(pendulum.today())
3436
'2001-05-21T00:00:00+00:00'
3537

0 commit comments

Comments
 (0)