Fixed Typos #59640 (#59651) · pandas-dev/pandas@e4956ab (original) (raw)
3 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -39,7 +39,7 @@ def test_compressed_urls( | ||
| 39 | 39 | # test reading compressed urls with various engines and |
| 40 | 40 | # extension inference |
| 41 | 41 | if compression_only == "tar": |
| 42 | -pytest.skip("TODO: Add tar salaraies.csv to pandas/io/parsers/data") | |
| 42 | +pytest.skip("TODO: Add tar salaries.csv to pandas/io/parsers/data") | |
| 43 | 43 | |
| 44 | 44 | extension = compression_to_extension[compression_only] |
| 45 | 45 | with open(datapath("io", "parser", "data", "salaries.csv" + extension), "rb") as f: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -110,7 +110,7 @@ def test_hist_layout_with_by(self, hist_df, by, layout, axes_num, res_layout): | ||
| 110 | 110 | |
| 111 | 111 | # _check_plot_works adds an `ax` kwarg to the method call |
| 112 | 112 | # so we get a warning about an axis being cleared, even |
| 113 | -# though we don't explicing pass one, see GH #13188 | |
| 113 | +# though we don't explicitly pass one, see GH #13188 | |
| 114 | 114 | with tm.assert_produces_warning(UserWarning, check_stacklevel=False): |
| 115 | 115 | axes = _check_plot_works(df.height.hist, by=getattr(df, by), layout=layout) |
| 116 | 116 | _check_axes_shape(axes, axes_num=axes_num, layout=res_layout) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
@@ -49,7 +49,7 @@ With the support of: |
||
| 49 | 49 | <div class="col-6 col-md-2"> |
| 50 | 50 | {% if company %} |
| 51 | 51 | <a href="{{ company.url }}" target="_blank"> |
| 52 | -<img class="img-fluid img-thumnail py-5 mx-auto" alt="{{ company.name }}" src="{{ base_url }}{{ company.logo }}"/> | |
| 52 | +<img class="img-fluid img-thumbnail py-5 mx-auto" alt="{{ company.name }}" src="{{ base_url }}{{ company.logo }}"/> | |
| 53 | 53 | </a> |
| 54 | 54 | {% endif %} |
| 55 | 55 | </div> |