Skip to content

DOC: Fix typos found by codespell #1263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ Special thanks to Chris Burns, Jarrod Millman and Yaroslav Halchenko.
* Very preliminary, limited and highly experimental DICOM reading support (MB,
Ian Nimmo Smith).
* Some functions (:py:mod:`nibabel.funcs`) for basic image shape changes, including
the ability to transform to the image with data closest to the cononical
the ability to transform to the image with data closest to the canonical
image orientation (first axis left-to-right, second back-to-front, third
down-to-up) (MB, Jonathan Taylor)
* Gifti format read and write support (preliminary) (Stephen Gerhard)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/devel/biaps/biap_0006.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ here is the definition of a "multi-frame image"::
3.8.9 Multi-frame image:
Image that contains multiple two-dimensional pixel planes.

From `PS 3.3 of the 2011 DICOM standrd
From `PS 3.3 of the 2011 DICOM standard
<http://medical.nema.org/Dicom/2011/11_03pu.pdf>`_.

**********************************
Expand Down
2 changes: 1 addition & 1 deletion nibabel/pointset.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_coords(self, *, as_homogeneous: bool = False):
----------
as_homogeneous : :class:`bool`
Return homogeneous coordinates if ``True``, or Cartesian
coordiantes if ``False``.
coordinates if ``False``.

name : :class:`str`
Select a particular coordinate system if more than one may exist.
Expand Down