Skip to content

Commit 188b194

Browse files
committed
DOC: Single backticks when referring to parameters in documentation
1 parent a6b4d83 commit 188b194

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nibabel/nifti1.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,12 +1768,12 @@ def __init__(self, dataobj, affine, header=None,
17681768
Notes
17691769
-----
17701770
1771-
If both a ``header`` and an ``affine`` are specified, and the ``affine``
1772-
does not match the affine that is in the ``header``, the ``affine`` will
1773-
be used, but the ``sform_code`` and ``qform_code`` fields in the header
1774-
will be re-initialised to their default values. This is performed on the
1775-
basis that, if you are changing the affine, you are likely to be changing
1776-
the space to which the affine is pointing. The :meth:`set_sform` and
1771+
If both a `header` and an `affine` are specified, and the `affine` does
1772+
not match the affine that is in the `header`, the `affine` will be used,
1773+
but the ``sform_code`` and ``qform_code`` fields in the header will be
1774+
re-initialised to their default values. This is performed on the basis
1775+
that, if you are changing the affine, you are likely to be changing the
1776+
space to which the affine is pointing. The :meth:`set_sform` and
17771777
:meth:`set_qform` methods can be used to update the codes after an image
17781778
has been created - see those methods, and the :ref:`manual
17791779
<default-sform-qform-codes>` for more details. '''

0 commit comments

Comments
 (0)