From 79c53cf436648fff0ffdc7d77d1df499de47cb8e Mon Sep 17 00:00:00 2001 From: star1327p Date: Sun, 21 Sep 2025 15:40:37 -0700 Subject: [PATCH] DOC: Correct typos in linalg_tutorial.ipynb --- docs/source/tutorials/linalg_tutorial.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/tutorials/linalg_tutorial.ipynb b/docs/source/tutorials/linalg_tutorial.ipynb index 568dec5..9976f2f 100644 --- a/docs/source/tutorials/linalg_tutorial.ipynb +++ b/docs/source/tutorials/linalg_tutorial.ipynb @@ -27,7 +27,7 @@ "id": "60f466a1", "metadata": {}, "source": [ - "We start by generating syntetic data to work with:" + "We start by generating synthetic data to work with:" ] }, { @@ -5442,7 +5442,7 @@ "id": "664dde4c", "metadata": {}, "source": [ - "The same can be dome with multiple dimensions." + "The same can be done with multiple dimensions." ] }, { @@ -9426,9 +9426,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python [conda env:base] *", "language": "python", - "name": "python3" + "name": "conda-base-py" }, "language_info": { "codemirror_mode": { @@ -9440,7 +9440,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.7" + "version": "3.11.5" } }, "nbformat": 4,