Skip to content

Commit ba24738

Browse files
authored
DOC: fix a typo (pandas-dev#45327)
"based or their" -> "based on their"
1 parent d4b73ca commit ba24738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/style.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@
11001100
" - [.highlight_null][nullfunc]: for use with identifying missing data. \n",
11011101
" - [.highlight_min][minfunc] and [.highlight_max][maxfunc]: for use with identifying extremeties in data.\n",
11021102
" - [.highlight_between][betweenfunc] and [.highlight_quantile][quantilefunc]: for use with identifying classes within data.\n",
1103-
" - [.background_gradient][bgfunc]: a flexible method for highlighting cells based or their, or other, values on a numeric scale.\n",
1103+
" - [.background_gradient][bgfunc]: a flexible method for highlighting cells based on their, or other, values on a numeric scale.\n",
11041104
" - [.text_gradient][textfunc]: similar method for highlighting text based on their, or other, values on a numeric scale.\n",
11051105
" - [.bar][barfunc]: to display mini-charts within cell backgrounds.\n",
11061106
" \n",

0 commit comments

Comments
 (0)