Skip to content

Commit 2e9786c

Browse files
authored
fix typo
1 parent 5549f65 commit 2e9786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/features.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ File Buffering
172172
Most implementations create file objects which derive from ``fsspec.spec.AbstractBufferedFile``, and
173173
have many behaviours in common. These files offer buffering of both read and write operations, so that
174174
communication with the remote resource is limited. The size of the buffer is generally configured
175-
with the ``blocksize=`` kwargs at p[en time, although the implementation may have some minimum or
175+
with the ``blocksize=`` kwargs at open time, although the implementation may have some minimum or
176176
maximum sizes that need to be respected.
177177

178178
For reading, a number of buffering schemes are available, listed in ``fsspec.caching.caches``

0 commit comments

Comments
 (0)