Skip to content

Commit f973ce4

Browse files
committed
BF(DOC): fixed damn trailing whitespaces in a docsting
1 parent e87d581 commit f973ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cmdline/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def are_values_different(*values):
5050
Note that comparison is targetting reporting of comparison of the headers
5151
so has following specifics:
5252
- even a difference in data types is considered a difference, i.e. 1 != 1.0
53-
- nans are considered to be the "same", although generally nan != nan
53+
- nans are considered to be the "same", although generally nan != nan
5454
"""
5555
value0 = values[0]
5656

0 commit comments

Comments
 (0)