We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579e664 commit 94631f9Copy full SHA for 94631f9
irods/message/__init__.py
@@ -182,7 +182,7 @@ def ET(xml_type=(), server_version=None):
182
logger = logging.getLogger(__name__)
183
184
# 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
+# We avail ourselves of this macro in running tests to abort if the session has connected
186
# to a server that is too new.
187
188
_IRODS_VERSION = (5, 0, 2, "d")
0 commit comments