Skip to content

Commit 44cc8e5

Browse files
Merge pull request #11702 from aisipos/fixstyledocstypo
Doc: fix typo in style docs (collied->collide)
2 parents 5bc191a + f040875 commit 44cc8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/html-styling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
"cell_type": "markdown",
519519
"metadata": {},
520520
"source": [
521-
"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",
521+
"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",
522522
"\n",
523523
"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."
524524
]

0 commit comments

Comments
 (0)