Skip to content

Commit

Permalink
Fix markup at testing.md (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamim authored Jul 4, 2020
1 parent 73b843a commit 0735ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ The provided instance will be returned specifically under the following conditio

>>> print(pendulum.now())
'2016-07-10T22:10:33.954851-05:00'
```

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

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

Expand Down

0 comments on commit 0735ac4

Please sign in to comment.