Skip to content

Commit

Permalink
fix DemandBuilder example usage (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue authored May 18, 2021
1 parent 59fb2fb commit 4214f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yapapi/props/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DemandBuilder:
```python
>>> import yapapi
>>> from yapapi import properties as yp
>>> from yapapi import props as yp
>>> from yapapi.props.builder import DemandBuilder
>>> from datetime import datetime, timezone
>>> builder = DemandBuilder()
Expand Down

0 comments on commit 4214f34

Please sign in to comment.