Skip to content

Commit 392bae9

Browse files
Fix for typo in documentation (thanks to codespell)
1 parent 9b64d26 commit 392bae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/advanced.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Streaming interface
4545

4646
Some object creation methods start writing data before reading the whole input (iterator). This can be used to write objects that do not have fully known contents without writing them first locally, so that they could be copied. Such usage pattern can be relevant to small devices which stream data to B2 from an external NAS, where caching large files such as media files or virtual machine images is not an option.
4747

48-
Please see :ref:`advanced method support table <advanced_methods_support_table>` to see where streaming interface is supported.
48+
Please see :ref:`advanced method support table <advanced_methods_support_table>` to see where streaming interface is supported.
4949

5050
Continuation
5151
============
@@ -184,7 +184,7 @@ Change the middle of the remote file
184184
For more information see :meth:`b2sdk.v2.Bucket.create_file`.
185185

186186

187-
Synthetize a file from local and remote parts
187+
Synthesize a file from local and remote parts
188188
=============================================
189189

190190
This is useful for expert usage patterns such as:

0 commit comments

Comments
 (0)