Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh0806 committed Aug 23, 2017
1 parent 7cc503e commit a1cbaf3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions projects/customer_segments/customer_segments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
"\n",
"* Fresh: 12000.2977\n",
"* Milk: 5796.2\n",
"* Grocery: 3071.9\n",
"* Frozen: 3071.9\n",
"* Grocery: 7951.2\n",
"* Detergents_paper: 2881.4\n",
"* Delicatessen: 1524.8\n",
"\n",
Expand Down Expand Up @@ -820,21 +821,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.6.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a1cbaf3

Please sign in to comment.