Skip to content

Commit 4d58e3d

Browse files
committed
Typo in comment
1 parent 9e27157 commit 4d58e3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/icat/query.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060

6161
# ========================= helper classes ===========================
6262
# Note: these helpers are needed in the internal data structures in
63-
# class Query. There are intentionally not included in the
64-
# python-icat documentation and are not considered part of the API.
65-
# There is no commitement on compatibility between versions.
63+
# class Query. They are intentionally not included in the python-icat
64+
# documentation and are not considered part of the API. There is no
65+
# commitment on compatibility between versions.
6666

6767
class ItemBase:
6868
"""Abstract base class for OrderItem and ConditionItem.

0 commit comments

Comments
 (0)