Skip to content

Commit 3af5c6e

Browse files
committed
remove extra right paren.
1 parent 8c6e1ae commit 3af5c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irods/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(
2424
# Defer initialization for iRODSMeta(attribute,value,...) if neither attribute nor value is True under
2525
# a 'bool' transformation. In so doing we streamline initialization for iRODSMeta (and any subclasses)
2626
# for alternatively populating via _from_column_triple(...).
27-
# This is the pathway for allowing user-defined encodings of the iRODSMeta (byte-)string AVU components.)
27+
# This is the pathway for allowing user-defined encodings of the iRODSMeta (byte-)string AVU components.
2828
if name or value:
2929
# Note: calling locals() inside the dict comprehension would not access variables in this frame.
3030
local_vars = locals()

0 commit comments

Comments
 (0)