Skip to content

Commit cd26963

Browse files
authored
Fix typo
1 parent 2c6bc13 commit cd26963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Here is the code:
129129
# pytest's fixture caching do its job
130130
return produce_expensive_data()
131131
132-
# get the temp directory shared for by all workers
132+
# get the temp directory shared by all workers
133133
root_tmp_dir = tmp_path_factory.getbasetemp().parent
134134
135135
fn = root_tmp_dir / "data.json"

0 commit comments

Comments
 (0)