From 61934ae82d2515f8ff6fd2c1ea7ee3c41eb81a80 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 3 Dec 2015 11:56:18 -0800 Subject: [PATCH] Fix typo: previosuly --> previously --- doc/en/cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/cache.rst b/doc/en/cache.rst index af2a2b46b..f5425a4a2 100644 --- a/doc/en/cache.rst +++ b/doc/en/cache.rst @@ -5,7 +5,7 @@ Cache: working with cross-testrun state .. warning:: - The functionality of this core plugin was previosuly distributed + The functionality of this core plugin was previously distributed as a third party plugin named ``pytest-cache``. The core plugin is compatible regarding command line options and API usage except that you can only store/receive data between test runs that is json-serializable.