From c26f53590234e5f1b82eb00128365810188bf1cd Mon Sep 17 00:00:00 2001 From: Tony Hirst Date: Tue, 20 Jul 2021 16:26:09 +0100 Subject: [PATCH] Typo in user_guide/visualization.rst Correct typo: *passsing* -> *passing* --- doc/source/user_guide/visualization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/visualization.rst b/doc/source/user_guide/visualization.rst index 1c02be989eeeb..ab4893537f834 100644 --- a/doc/source/user_guide/visualization.rst +++ b/doc/source/user_guide/visualization.rst @@ -1740,7 +1740,7 @@ Starting in version 0.25, pandas can be extended with third-party plotting backe main idea is letting users select a plotting backend different than the provided one based on Matplotlib. -This can be done by passsing 'backend.module' as the argument ``backend`` in ``plot`` +This can be done by passing 'backend.module' as the argument ``backend`` in ``plot`` function. For example: .. code-block:: python