Skip to content

Commit 41b1d25

Browse files
Yoav Ramjreback
Yoav Ram
authored andcommitted
typo
1 parent cb43b2f commit 41b1d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def render(self):
352352
``Styler`` objects have defined the ``_repr_html_`` method
353353
which automatically calls ``self.render()`` when it's the
354354
last item in a Notebook cell. When calling ``Styler.render()``
355-
directly, wrap the resul in ``IPython.display.HTML`` to view
355+
directly, wrap the result in ``IPython.display.HTML`` to view
356356
the rendered HTML in the notebook.
357357
"""
358358
self._compute()

0 commit comments

Comments
 (0)