Skip to content

Commit fb31b2a

Browse files
ZviBaratzeffigies
andauthored
Update doc/source/devel/biaps/biap_0003.rst
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 43ad30f commit fb31b2a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/devel/biaps/biap_0003.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,8 @@ The base level header will usually also have image metadata fields giving
199199
information about the whole image. A field is an "image metadata field" if it
200200
is defined at the top level of the header. For example::
201201

202-
.. code-block:: python
203-
204-
hdr = dict(nipy_header_version='1.0',
205-
Manufacturer="SIEMENS")
202+
>>> hdr = dict(nipy_header_version='1.0',
203+
... Manufacturer="SIEMENS")
206204

207205
All image metadata fields are optional.
208206

0 commit comments

Comments
 (0)