@@ -38,7 +38,7 @@ async def post_file_multipart(
3838 endpoint: Server endpoint to call to.
3939 synapse_client: If not passed in and caching was not disabled by
4040 `Synapse.allow_client_caching(False)` this will use the last created
41- insance from the Synapse class constructor.
41+ instance from the Synapse class constructor.
4242
4343 Returns:
4444 The requested multipart upload status matching
@@ -90,7 +90,7 @@ async def put_file_multipart_add(
9090 will fail.
9191 synapse_client: If not passed in and caching was not disabled by
9292 `Synapse.allow_client_caching(False)` this will use the last created
93- insance from the Synapse class constructor.
93+ instance from the Synapse class constructor.
9494
9595 Returns:
9696 Object matching
@@ -130,7 +130,7 @@ async def put_file_multipart_complete(
130130 endpoint: Server endpoint to call to.
131131 synapse_client: If not passed in and caching was not disabled by
132132 `Synapse.allow_client_caching(False)` this will use the last created
133- insance from the Synapse class constructor.
133+ instance from the Synapse class constructor.
134134
135135 Returns:
136136 Object matching
@@ -159,7 +159,7 @@ async def post_file_multipart_presigned_urls(
159159 part_numbers: The part numbers to get pre-signed URLs for.
160160 synapse_client: If not passed in and caching was not disabled by
161161 `Synapse.allow_client_caching(False)` this will use the last created
162- insance from the Synapse class constructor.
162+ instance from the Synapse class constructor.
163163
164164 Returns:
165165 Object matching
@@ -205,7 +205,7 @@ async def post_external_object_store_filehandle(
205205 md5: The file's content MD5, if known.
206206 synapse_client: If not passed in and caching was not disabled by
207207 `Synapse.allow_client_caching(False)` this will use the last created
208- insance from the Synapse class constructor.
208+ instance from the Synapse class constructor.
209209
210210 Returns:
211211 A FileHandle for objects that are stored externally.
@@ -250,7 +250,7 @@ async def post_external_filehandle(
250250 file_size: The size of the file in bytes.
251251 synapse_client: If not passed in and caching was not disabled by
252252 `Synapse.allow_client_caching(False)` this will use the last created
253- insance from the Synapse class constructor.
253+ instance from the Synapse class constructor.
254254
255255 Returns:
256256 A FileHandle for objects that are stored externally.
@@ -307,7 +307,7 @@ async def post_external_s3_file_handle(
307307 md5: MD5 of the file, if known
308308 synapse_client: If not passed in and caching was not disabled by
309309 `Synapse.allow_client_caching(False)` this will use the last created
310- insance from the Synapse class constructor.
310+ instance from the Synapse class constructor.
311311
312312 Returns:
313313 The created file handle.
@@ -369,7 +369,7 @@ async def get_file_handle(
369369 file_handle_id: The ID of the file handle to look up.
370370 synapse_client: If not passed in and caching was not disabled by
371371 `Synapse.allow_client_caching(False)` this will use the last created
372- insance from the Synapse class constructor.
372+ instance from the Synapse class constructor.
373373
374374 Returns:
375375 A file handle retrieved from the file handle service.
@@ -402,7 +402,7 @@ async def get_file_handle_for_download_async(
402402 <https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/file/FileHandleAssociateType.html>
403403 synapse_client: If not passed in and caching was not disabled by
404404 `Synapse.allow_client_caching(False)` this will use the last created
405- insance from the Synapse class constructor.
405+ instance from the Synapse class constructor.
406406
407407 Raises:
408408 SynapseFileNotFoundError: If the fileHandleId is not found in Synapse.
@@ -463,7 +463,7 @@ def get_file_handle_for_download(
463463 <https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/file/FileHandleAssociateType.html>
464464 synapse_client: If not passed in and caching was not disabled by
465465 `Synapse.allow_client_caching(False)` this will use the last created
466- insance from the Synapse class constructor.
466+ instance from the Synapse class constructor.
467467
468468 Raises:
469469 SynapseFileNotFoundError: If the fileHandleId is not found in Synapse.
0 commit comments