Skip to content

Commit

Permalink
corrections to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Nov 30, 2023
1 parent 725991c commit 25cce2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.. image:: https://img.shields.io/readthedocs/whenever.svg?style=flat-square
:target: http://whenever.readthedocs.io/

**Simple, type-safe datetimes for Python**
**Type-safe datetimes for Python**

Five simple classes on top of the standard library to help you write bug-free code.

Expand Down Expand Up @@ -68,9 +68,9 @@ and here's how you can use them:
+ +-----+--------+-------+-------+ +
| | UTC | Offset | Zoned | Local | |
+=======================+=====+========+=======+=======+=======+
| comparison | .. centered:: ||
| comparison | | | | ||
+-----------------------+-----+--------+-------+-------+-------+
| difference | .. centered:: ||
| difference | | | | ||
+-----------------------+-----+--------+-------+-------+-------+
| add/subtract timedelta| ✅ |||||
+-----------------------+-----+--------+-------+-------+-------+
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "whenever"
version = "0.0.4"
description = "Typesafe datetime for Python"
description = "Type-safe datetimes for Python"
authors = ["Arie Bovenberg <a.c.bovenberg@gmail.com>"]
license = "MIT"
classifiers = [
Expand Down

0 comments on commit 25cce2a

Please sign in to comment.