Skip to content

Commit 43ad871

Browse files
committed
fix typo
1 parent 93aa593 commit 43ad871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/extensions/curator/record_based_metadata_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def create_record_based_metadata_task(
298298

299299
def project_id_from_entity_id(entity_id: str, synapse_client: Synapse) -> str:
300300
"""
301-
Retrieves the project ID from a given entity ID by traversing up the the folder hierarchy
301+
Retrieves the project ID from a given entity ID by traversing up the folder hierarchy
302302
303303
Args:
304304
entity_id: The Synapse ID of the entity (e.g., folder, file) to start from.

0 commit comments

Comments
 (0)