From 569d32295f337d88e818fbb7d8a6c47c87a5c084 Mon Sep 17 00:00:00 2001 From: Florian Roscheck <9593883+flrs@users.noreply.github.com> Date: Mon, 20 Jul 2020 10:39:25 -0700 Subject: [PATCH] DOC: Fix small spelling mistake in style docs --- doc/source/user_guide/style.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/style.ipynb b/doc/source/user_guide/style.ipynb index fd8dda4fe365e..77a1fef28f373 100644 --- a/doc/source/user_guide/style.ipynb +++ b/doc/source/user_guide/style.ipynb @@ -141,7 +141,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this case, the cell's style depends only on it's own value.\n", + "In this case, the cell's style depends only on its own value.\n", "That means we should use the `Styler.applymap` method which works elementwise." ] },