Skip to content

Commit 72471a7

Browse files
committed
PEP8
1 parent 6feb581 commit 72471a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/gifti/gifti.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def agg_data(self, intent_code=None):
695695
Returns
696696
-------
697697
all_data : tuple of ndarray or ndarray
698-
If the input is a tuple, the returned tuple will match the order.
698+
If the input is a tuple, the returned tuple will match the order.
699699
"""
700700

701701
# Allow multiple intents to specify the order
@@ -716,7 +716,6 @@ def agg_data(self, intent_code=None):
716716
else:
717717
return all_data
718718

719-
720719
@deprecate_with_version(
721720
'getArraysFromIntent method deprecated. '
722721
"Use get_arrays_from_intent instead.",

0 commit comments

Comments
 (0)