From 3c3db9172df221743d770d9939167c543d4a9022 Mon Sep 17 00:00:00 2001 From: Ana Paula Krelling <74330736+apkrelling@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:05:18 -0400 Subject: [PATCH 1/2] fix small typo --- content/lectures/python/xarray.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/lectures/python/xarray.ipynb b/content/lectures/python/xarray.ipynb index 8bab2270..8e208a98 100644 --- a/content/lectures/python/xarray.ipynb +++ b/content/lectures/python/xarray.ipynb @@ -881,7 +881,7 @@ "\n", "Broadcasting arrays in numpy is a nightmare. It is much easier when the data axes are labeled!\n", "\n", - "This is a useless calculation, but it illustrates how perfoming an operation on arrays with differenty coordinates will result in automatic broadcasting" + "This is a useless calculation, but it illustrates how perfoming an operation on arrays with different coordinates will result in automatic broadcasting" ] }, { From d0ef7451019b8b223a9448c30a657b8feda47868 Mon Sep 17 00:00:00 2001 From: Ana Paula Krelling <74330736+apkrelling@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:47:03 -0400 Subject: [PATCH 2/2] fixes small typo --- content/lectures/python/organization_and_packaging.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/lectures/python/organization_and_packaging.ipynb b/content/lectures/python/organization_and_packaging.ipynb index f0fff867..0de79441 100644 --- a/content/lectures/python/organization_and_packaging.ipynb +++ b/content/lectures/python/organization_and_packaging.ipynb @@ -351,7 +351,7 @@ "\n", "[Packages](https://docs.python.org/3/tutorial/modules.html#packages) are python's way of encapsulating reusable code elements for sharing with others. Packaging is a huge and complicated topic. We will just scratch the surface.\n", "\n", - "We have already interacted with many packages already. Browse some of their github repositories to explore the structure of a large python package:\n", + "We have already interacted with many packages. Browse some of their github repositories to explore the structure of a large python package:\n", "\n", "* NumPy: \n", "* Pandas: \n",