diff --git a/README.md b/README.md index ebc577a..b97a816 100644 --- a/README.md +++ b/README.md @@ -456,8 +456,8 @@ from itertools import product, combinations, combinations_with_replacement, perm Datetime -------- -* **Module Datetime provides Date (`''`), Time (`''`) and Datetime (`'
'`) classes.** -* **Time and Datetime can be 'aware' (`''`), meaning they have defined timezone, or 'naive' (`''`), meaning they don't.** +* **Module Datetime provides Date (``), Time (``) and Datetime (`
`) classes.** +* **Time and Datetime can be 'aware' (``), meaning they have defined timezone, or 'naive' (``), meaning they don't.** ```python $ pip3 install pytz