We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb43b2f commit 41b1d25Copy full SHA for 41b1d25
pandas/core/style.py
@@ -352,7 +352,7 @@ def render(self):
352
``Styler`` objects have defined the ``_repr_html_`` method
353
which automatically calls ``self.render()`` when it's the
354
last item in a Notebook cell. When calling ``Styler.render()``
355
- directly, wrap the resul in ``IPython.display.HTML`` to view
+ directly, wrap the result in ``IPython.display.HTML`` to view
356
the rendered HTML in the notebook.
357
"""
358
self._compute()
0 commit comments