diff --git a/IPython/core/display.py b/IPython/core/display.py index c1b2681..e6f5b42 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -409,7 +409,7 @@ class SVG(DisplayObject): # get svg tag (should be 1) found_svg = x.getElementsByTagName('svg') if found_svg: - # If the user request scoping, tag the svg with the + # If the user requests scoping, tag the svg with the # ipython-scoped class if self.scoped: classes = (found_svg[0].getAttribute('class') + diff --git a/IPython/html/static/notebook/js/outputarea.js b/IPython/html/static/notebook/js/outputarea.js index 4f4e724..b89b1f5 100644 --- a/IPython/html/static/notebook/js/outputarea.js +++ b/IPython/html/static/notebook/js/outputarea.js @@ -502,7 +502,7 @@ var IPython = (function (IPython) { // To avoid style or use collisions between multiple svg figures, // svg figures are wrapped inside an iframe. var iframe = $('