Skip to content

Commit 263bcc3

Browse files
committed
DOC: small edits to docstring for generated docs
Buff up first line of a couple of modules.
1 parent 9b18082 commit 263bcc3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nibabel/dft.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
99
# Copyright (C) 2011 Christian Haselgrove
10+
""" DICOM filesystem tools
11+
"""
1012

1113
from __future__ import division, print_function, absolute_import
1214

nibabel/parrec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# copyright and license terms.
77
#
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
9-
"""Humble attempt to read images in PAR/REC format.
9+
"""Read images in PAR/REC format.
1010
1111
This is yet another MRI image format generated by Philips scanners. It is an
1212
ASCII header (PAR) plus a binary blob (REC).

0 commit comments

Comments
 (0)