From dc8cd11bab3aea9f779476457859a26e0432642e Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Tue, 22 Nov 2022 16:45:30 +0100 Subject: [PATCH] Minor typo edit in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b309858ea..866d5abb6 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ It is expected that contributors ensure that any change to fsspec does not cause issues or regressions for either other fsspec-related packages such as gcsfs and s3fs, nor for downstream users of fsspec. The "downstream" CI run and corresponding environment file run a set of tests from the dask -test suite, and very minimal tests against pandas and zarr from the test_dowstream.py -module in this repo. +test suite, and very minimal tests against pandas and zarr from the +test_downstream.py module in this repo. ### Code Formatting