Skip to content

Commit 2aa155a

Browse files
authored
DOC: fix typos in User Guide (#58801)
* DOC: Fix typo in merging.rst - fix typo in the User Guide * DOC: Fix typo in timeseries.rst * DOC: Fix typo in style.ipynb
1 parent b991274 commit 2aa155a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/source/user_guide/style.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"source": [
212212
"## Styler Object and HTML \n",
213213
"\n",
214-
"The [Styler][styler] was originally constructed to support the wide array of HTML formatting options. Its HTML output creates an HTML `<table>` and leverages CSS styling language to manipulate many parameters including colors, fonts, borders, background, etc. See [here][w3schools] for more information on styling HTML tables. This allows a lot of flexibility out of the box, and even enables web developers to integrate DataFrames into their exiting user interface designs.\n",
214+
"The [Styler][styler] was originally constructed to support the wide array of HTML formatting options. Its HTML output creates an HTML `<table>` and leverages CSS styling language to manipulate many parameters including colors, fonts, borders, background, etc. See [here][w3schools] for more information on styling HTML tables. This allows a lot of flexibility out of the box, and even enables web developers to integrate DataFrames into their existing user interface designs.\n",
215215
"\n",
216216
"Below we demonstrate the default output, which looks very similar to the standard DataFrame HTML representation. But the HTML here has already attached some CSS classes to each cell, even if we haven't yet created any styles. We can view these by calling the [.to_html()][tohtml] method, which returns the raw HTML as string, which is useful for further processing or adding to a file - read on in [More about CSS and HTML](#More-About-CSS-and-HTML). This section will also provide a walkthrough for how to convert this default output to represent a DataFrame output that is more communicative. For example how we can build `s`:\n",
217217
"\n",

Diff for: doc/source/user_guide/timeseries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ which can be specified. These are computed from the starting point specified by
326326
.. note::
327327

328328
The ``unit`` parameter does not use the same strings as the ``format`` parameter
329-
that was discussed :ref:`above<timeseries.converting.format>`). The
329+
that was discussed :ref:`above<timeseries.converting.format>`. The
330330
available units are listed on the documentation for :func:`pandas.to_datetime`.
331331

332332
Constructing a :class:`Timestamp` or :class:`DatetimeIndex` with an epoch timestamp

0 commit comments

Comments
 (0)