From d3dc5236b4999929363d48715b15c7bc3ce36183 Mon Sep 17 00:00:00 2001 From: "Kian-Meng, Ang" Date: Wed, 8 Dec 2021 06:17:00 +0800 Subject: [PATCH] Fix typos --- HISTORY.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2d6a4f4..f8948b7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -63,7 +63,7 @@ ## 1.0.0 (2015-02-13) * Added timed to expire feature to `cached_property` decorator. -* **Backwards incompatiblity**: Changed `del monopoly.boardwalk` to `del monopoly['boardwalk']` in order to support the new TTL feature. +* **Backwards incompatibility**: Changed `del monopoly.boardwalk` to `del monopoly['boardwalk']` in order to support the new TTL feature. ## 0.1.5 (2014-05-20) diff --git a/README.md b/README.md index 51b887f..0efafd1 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Now use it: ``` **Note:** The `ttl` tools do not reliably allow the clearing of the cache. This -is why they are broken out into seperate tools. See https://github.com/pydanny/cached-property/issues/16. +is why they are broken out into separate tools. See https://github.com/pydanny/cached-property/issues/16. ## Credits