Skip to content

Commit 208430c

Browse files
committed
resolve conflicts
1 parent c1b5b7c commit 208430c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ocr_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,15 @@ def get_list(pathName="fonts.zip",input_filters_dict={}):
116116
117117
Returns
118118
--------------
119-
a dataframe of all the all the unique lines in the dataset
119+
a dataframe of all the all the unique lines in the dataset.
120120
121121
Example:
122122
--------------
123123
print(ocr_utils.get_list(columns=('font','fontVariant')))
124124
125125
'''
126-
# speed up list if only the font list is needed
126+
127+
# speed up list if only the font list is needed
127128
try:
128129
if (len(input_filters_dict)==1) and (len(input_filters_dict['font'])==0):
129130
with ZipFile(pathName, 'r') as myzip:

0 commit comments

Comments
 (0)