Skip to content

Commit 63cc683

Browse files
authored
Merge pull request #1121 from gdw2/patch-1
Fix cosmetic typo in example
2 parents 820f033 + bb163cf commit 63cc683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/python/statistical/continuous-error-bars/cont-error-bars.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
" fillcolor='rgba(231,107,243,0.2)',\n",
116116
" line=dict(color='rgba(255,255,255,0)'),\n",
117117
" showlegend=False,\n",
118-
" name='Fair',\n",
118+
" name='Ideal',\n",
119119
")\n",
120120
"trace4 = go.Scatter(\n",
121121
" x=x,\n",

0 commit comments

Comments
 (0)