We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5549f65 commit 2e9786cCopy full SHA for 2e9786c
docs/source/features.rst
@@ -172,7 +172,7 @@ File Buffering
172
Most implementations create file objects which derive from ``fsspec.spec.AbstractBufferedFile``, and
173
have many behaviours in common. These files offer buffering of both read and write operations, so that
174
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
+with the ``blocksize=`` kwargs at open time, although the implementation may have some minimum or
176
maximum sizes that need to be respected.
177
178
For reading, a number of buffering schemes are available, listed in ``fsspec.caching.caches``
0 commit comments