Skip to content

Commit a5a857f

Browse files
committed
fix non-ascii chars in petpvc.py
1 parent 435004c commit a5a857f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nipype/interfaces/petpvc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
2+
# vi: set ft=python sts=4 ts=4 sw=4 et:
13
"""
24
Change directory to provide relative paths for doctests
35
>>> import os
@@ -14,8 +16,8 @@
1416
1517
The methods that it implement are explained here:
1618
K. Erlandsson, I. Buvat, P. H. Pretorius, B. A. Thomas, and B. F. Hutton,
17-
A review of partial volume correction techniques for emission tomography
18-
and their applications in neurology, cardiology and oncology, Phys. Med.
19+
"A review of partial volume correction techniques for emission tomography
20+
and their applications in neurology, cardiology and oncology," Phys. Med.
1921
Biol., vol. 57, no. 21, p. R119, 2012.
2022
2123
There is a publication waiting to be accepted for this software tool.

0 commit comments

Comments
 (0)