From 466e929efdc84b93e0998dba2e757ee616f521e2 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:44:19 +0200 Subject: [PATCH] DOC: Fix typos found by codespell --- Changelog | 2 +- doc/source/devel/biaps/biap_0006.rst | 2 +- nibabel/pointset.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index e5bbac91ae..cb30decc64 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/doc/source/devel/biaps/biap_0006.rst b/doc/source/devel/biaps/biap_0006.rst index 16a3a4833f..effe3d343c 100644 --- a/doc/source/devel/biaps/biap_0006.rst +++ b/doc/source/devel/biaps/biap_0006.rst @@ -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 `_. ********************************** diff --git a/nibabel/pointset.py b/nibabel/pointset.py index b40449801d..58fca148a8 100644 --- a/nibabel/pointset.py +++ b/nibabel/pointset.py @@ -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.