From 7616c0deafd27dda9180457b2d46e689f65543f7 Mon Sep 17 00:00:00 2001 From: Alex <95913221+Pwhsky@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:42:49 +0100 Subject: [PATCH] typos and spaces --- tutorials/4-developers/DTDV401_overview.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/4-developers/DTDV401_overview.ipynb b/tutorials/4-developers/DTDV401_overview.ipynb index 05484f3e5..55d092eeb 100644 --- a/tutorials/4-developers/DTDV401_overview.ipynb +++ b/tutorials/4-developers/DTDV401_overview.ipynb @@ -161,7 +161,7 @@ "source": [ "It consists of six modules:\n", "\n", - "- [_config.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/backend/_config.py) provides the funcionalities to manage the computational backend (which can be switched between NumPy and PyTorch), the computational device (CPU, GPU, MPS, etc.), and the image wrapper.\n", + "- [_config.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/backend/_config.py) provides the functionalities to manage the computational backend (which can be switched between NumPy and PyTorch), the computational device (CPU, GPU, MPS, etc.), and the image wrapper.\n", "\n", " The [array_api_compat_ext](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/backend/array_api_compat_ext/) directory contains the files necessary to manage the computational backends.\n", "\n", @@ -265,7 +265,7 @@ "source": [ "## 7. High-Level Modules\n", "\n", - "The remaoning modules jointly implement the main functionality of DeepTrack2, which is synthetic data generation using simulations." + "The remaining modules jointly implement the main functionality of DeepTrack2, which is synthetic data generation using simulations." ] }, { @@ -343,7 +343,7 @@ "\n", "- [utils.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/utils.py) provides various utilities to streamline common operations, ensuring type and argument consistency with various check methods and safe call.\n", "\n", - "- [extras.radialcenter.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/extras/radialcenter.py)introduces a single function to calculate the center location of an intensity distribution with a least-squares method." + "- [extras.radialcenter.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/extras/radialcenter.py) introduces a single function to calculate the center location of an intensity distribution with a least-squares method." ] }, {