Skip to content

Commit 5775f60

Browse files
committed
trailing whitespace
1 parent 548b8fc commit 5775f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irods/message/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def ET(xml_type=(), server_version=None):
182182
logger = logging.getLogger(__name__)
183183

184184
# Advertised server version compatibility. More recent servers are not guaranteed to work.
185-
# We avail ourselves of this macro in running tests to abort if the session has connected
185+
# We avail ourselves of this macro in running tests to abort if the session has connected
186186
# to a server that is too new.
187187

188188
_IRODS_VERSION = (5, 0, 2, "d")

0 commit comments

Comments
 (0)