Skip to content

Commit 44a9dbf

Browse files
author
Christopher Tauchen
committed
Fixed a typo in a comment in build_for_portal.py
1 parent 4cfdf7d commit 44a9dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_for_portal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def extract_file_ids(file_path):
739739

740740
def build_file_id(file_title, file_to_id_map, existing_ids):
741741
"""
742-
Generates a unique id for a file, based on it's title.
742+
Generates a unique id for a file, based on its title.
743743
"""
744744
file_id = base_id = re.sub(r"[\[\]\(\)#]", "", file_title.lower().replace("_", "-").replace(" ", "-"))
745745
count = 1

0 commit comments

Comments
 (0)