Skip to content

Commit 319231f

Browse files
Fix typo in comment
1 parent 251327a commit 319231f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardinal_pythonlib/openxml/grep_in_openxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def _search_inner_file(zf: ZipFile, innerfilename: str) -> bool:
374374
inner filename
375375
376376
Returns:
377-
Ae we done for this ZIP file (should the outer function return)?
377+
Are we done for this ZIP file (should the outer function return)?
378378
"""
379379
nonlocal found_in_zip
380380
if search_mode == GrepSearchSubstrate.INNER_FILENAME:

0 commit comments

Comments
 (0)