Skip to content

Commit 957d390

Browse files
committed
correct spelling
1 parent 11d8e92 commit 957d390

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

irods/access.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# noqa
1+
22

33
import collections
44
import copy
@@ -77,7 +77,7 @@ def items(self):
7777
return list(zip(self.keys(), self.values()))
7878

7979

80-
class _iRODSAccess_base: # noqa: N801
80+
class _iRODSAccess_base:
8181
@classmethod
8282
def to_int(cls, key):
8383
return cls.codes[key]
@@ -123,7 +123,7 @@ def __hash__(self):
123123

124124
def normal(self, local_zone=""):
125125
"""
126-
Create a normalized version of the object for comparison in sorting or determining equavalence.
126+
Create a normalized version of the object for comparison in sorting or determining equivalence.
127127
128128
Args:
129129
local_zone: the name of the home zone, if any, in which client user directly authenticates.
@@ -313,8 +313,6 @@ def __init__(self, *args, **kwargs):
313313
super().__init__(*args, **kwargs)
314314

315315

316-
# ruff: noqa: RUF012 N801 SLF001 off
317-
318316
_deprecated_names = {'_iRODSAccess_pre_4_3_0': _deprecated._iRODSAccess_pre_4_3_0}
319317

320318

0 commit comments

Comments
 (0)