Skip to content

Commit 0f1385e

Browse files
authored
Typo in user_guide/visualization.rst (pandas-dev#42628)
DOC: Correct typo: *passsing* -> *passing*
1 parent 06b9e49 commit 0f1385e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/visualization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ Starting in version 0.25, pandas can be extended with third-party plotting backe
17401740
main idea is letting users select a plotting backend different than the provided
17411741
one based on Matplotlib.
17421742

1743-
This can be done by passsing 'backend.module' as the argument ``backend`` in ``plot``
1743+
This can be done by passing 'backend.module' as the argument ``backend`` in ``plot``
17441744
function. For example:
17451745

17461746
.. code-block:: python

0 commit comments

Comments
 (0)