From e4956ab403846387a435cd7b3a8f36828c23c0c7 Mon Sep 17 00:00:00 2001 From: callumfrederiksen <95770122+callumfrederiksen@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:28:22 +0100 Subject: [PATCH] Fixed Typos #59640 (#59651) * Fixed Typos * Changes requested --- pandas/tests/io/parser/test_network.py | 2 +- pandas/tests/plotting/test_hist_method.py | 2 +- web/pandas/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandas/tests/io/parser/test_network.py b/pandas/tests/io/parser/test_network.py index 4ccfa8e81e883..836ac71d8e865 100644 --- a/pandas/tests/io/parser/test_network.py +++ b/pandas/tests/io/parser/test_network.py @@ -39,7 +39,7 @@ def test_compressed_urls( # test reading compressed urls with various engines and # extension inference if compression_only == "tar": - pytest.skip("TODO: Add tar salaraies.csv to pandas/io/parsers/data") + pytest.skip("TODO: Add tar salaries.csv to pandas/io/parsers/data") extension = compression_to_extension[compression_only] with open(datapath("io", "parser", "data", "salaries.csv" + extension), "rb") as f: diff --git a/pandas/tests/plotting/test_hist_method.py b/pandas/tests/plotting/test_hist_method.py index 65cb62917dc4e..410b658065d8d 100644 --- a/pandas/tests/plotting/test_hist_method.py +++ b/pandas/tests/plotting/test_hist_method.py @@ -110,7 +110,7 @@ def test_hist_layout_with_by(self, hist_df, by, layout, axes_num, res_layout): # _check_plot_works adds an `ax` kwarg to the method call # so we get a warning about an axis being cleared, even - # though we don't explicing pass one, see GH #13188 + # though we don't explicitly pass one, see GH #13188 with tm.assert_produces_warning(UserWarning, check_stacklevel=False): axes = _check_plot_works(df.height.hist, by=getattr(df, by), layout=layout) _check_axes_shape(axes, axes_num=axes_num, layout=res_layout) diff --git a/web/pandas/index.html b/web/pandas/index.html index a7ed466cdcd05..63bc11d3ed5d8 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -49,7 +49,7 @@
With the support of:
{% if company %} - {{ company.name }} + {{ company.name }} {% endif %}