We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6bc13 commit cd26963Copy full SHA for cd26963
README.rst
@@ -129,7 +129,7 @@ Here is the code:
129
# pytest's fixture caching do its job
130
return produce_expensive_data()
131
132
- # get the temp directory shared for by all workers
+ # get the temp directory shared by all workers
133
root_tmp_dir = tmp_path_factory.getbasetemp().parent
134
135
fn = root_tmp_dir / "data.json"
0 commit comments