From 5748c5ce8f9f9afd8b3af3689de0976dde05c083 Mon Sep 17 00:00:00 2001
From: Bruno Oliveira <nicoddemus@gmail.com>
Date: Wed, 30 May 2018 08:24:10 -0300
Subject: [PATCH] Fix default cache directory to .pytest_cache

---
 doc/en/reference.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index 28a375139..bd514f8a8 100644
--- a/doc/en/reference.rst
+++ b/doc/en/reference.rst
@@ -891,7 +891,7 @@ passed multiple times. The expected format is ``name=value``. For example::
    .. versionadded:: 3.2
 
    Sets a directory where stores content of cache plugin. Default directory is
-   ``.cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
+   ``.pytest_cache`` which is created in :ref:`rootdir <rootdir>`. Directory may be
    relative or absolute path. If setting relative path, then directory is created
    relative to :ref:`rootdir <rootdir>`. Additionally path may contain environment
    variables, that will be expanded. For more information about cache plugin