Skip to content

Commit fe6267c

Browse files
committed
docs fix
1 parent 549ea5c commit fe6267c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/usage/files.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,9 @@ without aborting the entire upload, and failed parts can then be retried.
199199

200200
Since box-python-sdk 3.11.0 release, by default the SDK uses upload urls provided in response
201201
when creating a new upload session. This allowes to always upload your content to the closest Box data center and
202-
can significantly improve upload speed. You can alwys disable this feature and always use base upload url by
202+
can significantly improve upload speed. You can always disable this feature and always use base upload url by
203203
setting `use_upload_session_urls` flag to `False` when creating upload session.
204204

205-
```python
206-
207205
### Automatic Uploader
208206

209207
Since box-python-sdk 3.7.0 release, automatic uploader uses multiple threads, which significantly speeds up the upload process.

0 commit comments

Comments
 (0)