Skip to content

Commit b861f78

Browse files
authored
Merge pull request #30358 from ctauchen/typo-fix-portal-build-file
Fixed a typo in a comment in `build_for_portal.py`
2 parents 4cfdf7d + 44a9dbf commit b861f78

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)