Skip to content

Commit eff2dea

Browse files
committed
DOC: small fixes to parrec docstring
1 parent 224973e commit eff2dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nibabel/parrec.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This is yet another MRI image format generated by Philips scanners. It is an
1212
ASCII header (PAR) plus a binary blob (REC).
1313
14-
This implementation aims to read version 4 and 4.2 of this format. Other
14+
This implementation aims to read version 4.0 through 4.2 of this format. Other
1515
versions could probably be supported, but we need example images to test
1616
against. If you want us to support another version, and have an image we can
1717
add to the test suite, let us know. You would make us very happy by submitting
@@ -32,7 +32,7 @@
3232
. Dynamic scan <0=no 1=yes> ? : 1
3333
. Diffusion <0=no 1=yes> ? : 0
3434
35-
(from nibabe/tests/data/phantom_EPI_asc_CLEAR_2_1.PAR)
35+
(from ``nibabel/tests/data/phantom_EPI_asc_CLEAR_2_1.PAR``)
3636
3737
Image information
3838
#################
@@ -48,7 +48,7 @@
4848
# dynamic scan number (integer)
4949
5050
There follows a space separated table with values for these fields, each row
51-
containing all the named values. Here's the first few lines from the example
51+
containing all the named values. Here are the first few lines from the example
5252
file above::
5353
5454
# === IMAGE INFORMATION ==========================================================

0 commit comments

Comments
 (0)