Skip to content

Commit 986e9ca

Browse files
oestebanmgxd
andauthored
Update nitransforms/base.py
Co-Authored-By: Mathias Goncalves <[email protected]>
1 parent 048c735 commit 986e9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitransforms/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def __getitem__(self, i):
354354
-------
355355
>>> T1 = TransformBase()
356356
>>> chain = T1 + TransformBase()
357-
>>> chain[0] == T1
357+
>>> chain[0] is T1
358358
True
359359
360360
"""

0 commit comments

Comments
 (0)