From cd2696367873eb3440f221b5dcce3bea5db3939f Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 4 Nov 2019 16:42:28 -0300 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1a6a592..25bd148 100644 --- a/README.rst +++ b/README.rst @@ -129,7 +129,7 @@ Here is the code: # pytest's fixture caching do its job return produce_expensive_data() - # get the temp directory shared for by all workers + # get the temp directory shared by all workers root_tmp_dir = tmp_path_factory.getbasetemp().parent fn = root_tmp_dir / "data.json"