Skip to content

Commit a28c1cf

Browse files
committed
fix: make check-before-commit changes
1 parent bcb53c0 commit a28c1cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/about.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Citation
1313
Gorgolewski, Krzysztof J.; Esteban, Oscar; Burns, Christopher; Ziegler, Erik; Pinsard, Basile; Madison, Cindee; Waskom, Michael;
1414
Ellis, David Gage; Clark, Dav; Wong, Jason; Dayan, Michael; Manhães-Savio, Alexandre; Notter, Michael Philipp; Johnson, Hans;
1515
Dewey, Blake E; Halchenko, Yaroslav O.; Hamalainen, Carlo; Keshavan, Anisha; Clark, Daniel; Huntenburg, Julia M.; Hanke, Michael;
16-
Nichols, B. Nolan; Wassermann , Demian; Eshaghi, Arman; Markiewicz, Christopher J.; Varoquaux, Gael; Acland, Benjamin;
16+
Nichols, B. Nolan; Wassermann , Demian; Eshaghi, Arman; Markiewicz, Christopher J.; Varoquaux, Gael; Acland, Benjamin;
1717
Forbes, Jessica; Rokem, Ariel; Kong, Xiang-Zhen; Gramfort, Alexandre; Kleesiek, Jens; Schaefer, Alexander; Sikka, Sharad;
1818
Perez-Guevara, Martin Felipe; Glatard, Tristan; Iqbal, Shariq; Liu, Siqi; Welch, David; Sharp, Paul; Warner, Joshua; Kastman, Erik;
1919
Lampe, Leonie; Perkins, L. Nathan; Craddock, R. Cameron; Küttner, René; Bielievtsov, Dmytro; Geisler, Daniel; Gerhard, Stephan;
2020
Liem, Franziskus; Linkersdörfer, Janosch; Margulies, Daniel S.; Andberg, Sami Kristian; Stadler, Jörg; Steele, Christopher John;
2121
Broderick, William; Cipollini, Ben; Cooper, Gavin; Floren, Andrew; Huang, Lijie; Gonzalez, Ivan; McNamee, Daniel;
22-
Papadopoulos Orfanos, Dimitri; Pellman, John; Triplett, William; Goncalves, Mathias; Durnez, Joke; Ghosh, Satrajit (2017). Nipype:
22+
Papadopoulos Orfanos, Dimitri; Pellman, John; Triplett, William; Goncalves, Mathias; Durnez, Joke; Ghosh, Satrajit (2017). Nipype:
2323
a flexible, lightweight and extensible neuroimaging data processing framework in Python.
2424
0.13.0 Zenodo. `10.5281/zenodo.50186 <http://dx.doi.org/10.5281/zenodo.575897>`_
2525

@@ -94,7 +94,7 @@ Citation
9494
Goncalves, Mathias and
9595
Durnez, Joke and
9696
Ghosh, Satrajit},
97-
title = {{Nipype: a flexible, lightweight and extensible
97+
title = {{Nipype: a flexible, lightweight and extensible
9898
neuroimaging data processing framework in Python.
9999
0.13.0}},
100100
month = may,

nipype/interfaces/dipy/anisotropic_power.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class APMQballOutputSpec(TraitedSpec):
2828

2929
class APMQball(DipyDiffusionInterface):
3030
"""
31-
Calculates the anisotropic power map
31+
Calculates the anisotropic power map
3232
3333
Example
3434
-------

0 commit comments

Comments
 (0)