Skip to content

Commit e0da0a8

Browse files
committed
Comment cosmetics
1 parent 32d4d37 commit e0da0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

canopen/objectdictionary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def export_od(
6969
from canopen.objectdictionary import eds
7070
return eds.export_dcf(od, dest)
7171
finally:
72-
# If dest is opened in this fn, it should be closed
72+
# If dest is opened in this function, it should be closed
7373
if opened_here is not None:
7474
opened_here.close()
7575

0 commit comments

Comments
 (0)