From f040875ea7ff1e43bc9334f21749d06b878d2530 Mon Sep 17 00:00:00 2001 From: "Anton I. Sipos" Date: Wed, 25 Nov 2015 10:19:45 -0800 Subject: [PATCH] Doc: fix typo in style docs (collied->collide) --- doc/source/html-styling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/html-styling.ipynb b/doc/source/html-styling.ipynb index 2bead2e18e0e0..1881727001546 100644 --- a/doc/source/html-styling.ipynb +++ b/doc/source/html-styling.ipynb @@ -518,7 +518,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The `row0_col2` is the identifier for that particular cell. We've also prepended each row/column identifier with a UUID unique to each DataFrame so that the style from one doesn't collied with the styling from another within the same notebook or page (you can set the `uuid` if you'd like to tie together the styling of two DataFrames).\n", + "The `row0_col2` is the identifier for that particular cell. We've also prepended each row/column identifier with a UUID unique to each DataFrame so that the style from one doesn't collide with the styling from another within the same notebook or page (you can set the `uuid` if you'd like to tie together the styling of two DataFrames).\n", "\n", "When writing style functions, you take care of producing the CSS attribute / value pairs you want. Pandas matches those up with the CSS classes that identify each cell." ]