Skip to content

Commit eb1a2fa

Browse files
committed
#451 - Update comment
1 parent 9a9d735 commit eb1a2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributecode/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def check_duplicated_columns(location):
8080

8181
def check_duplicated_about_resource(arp, arp_list):
8282
"""
83-
Return a list of errors for duplicated about_resource in a CSV file at location.
83+
Return error for duplicated about_resource.
8484
"""
8585
if arp in arp_list:
8686
msg = ("The input has duplicated values in 'about_resource' "

0 commit comments

Comments
 (0)