From 0d3914b62691ef4dbb38a897b7b4a8513b2912e9 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 21 Jun 2018 20:12:17 -0300 Subject: [PATCH] Remove extra '\' left at the end of a line in cache's readme contents --- src/_pytest/cacheprovider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/cacheprovider.py b/src/_pytest/cacheprovider.py index 10564ab1d..f15398383 100755 --- a/src/_pytest/cacheprovider.py +++ b/src/_pytest/cacheprovider.py @@ -112,7 +112,7 @@ class Cache(object): """\ # pytest cache directory # - This directory contains data from the pytest's cache plugin,\ + This directory contains data from the pytest's cache plugin, which provides the `--lf` and `--ff` options, as well as the `cache` fixture. **Do not** commit this to version control.