diff --git a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js b/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js
index 3c65444..739926a 100644
--- a/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js
+++ b/IPython/html/static/notebook/js/celltoolbarpresets/rawcell.js
@@ -22,7 +22,7 @@
["restructuredText", "text/restructuredtext"],
["HTML", "text/html"],
["markdown", "text/markdown"],
- ["Python", "text/python"],
+ ["Python", "application/x-python"],
["Custom", "dialog"],
],