Skip to content

Commit

Permalink
Fix PyPI incompatibility in Readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Dec 20, 2023
1 parent 802967d commit ddea729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Do you cross your fingers every time you work with datetimes,
hoping that you didn't mix naive and aware?
or that you diligently converted to UTC everywhere?
or that you avoided the :ref:`pitfalls of the standard library <pitfalls>`?
or that you avoided the `pitfalls of the standard library <https://whenever.readthedocs.io/en/latest/#the-pitfalls-of-datetime>`_?
There's no way to be sure, until you run your code...

✨ Until now! ✨
Expand Down Expand Up @@ -128,8 +128,6 @@ and here's how you can use them:
city_simulation_start = NaiveDateTime(1900, 1, 1, hour=0)
.. _pitfalls:

The pitfalls of ``datetime``
----------------------------

Expand Down

0 comments on commit ddea729

Please sign in to comment.