Skip to content

Commit

Permalink
Merge pull request ipython#3024 from morenoh149/fixalttext
Browse files Browse the repository at this point in the history
changed instances of 'outout' to 'output' in alt texts
  • Loading branch information
minrk committed Mar 16, 2013
2 parents fcb2c8c + 0fefbf9 commit 300f908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/frontend/html/notebook/static/js/outputarea.js
Expand Up @@ -50,11 +50,11 @@ var IPython = (function (IPython) {

this.collapse_button.button();
this.collapse_button.addClass('output_collapsed vbox');
this.collapse_button.attr('title', 'click to expand outout');
this.collapse_button.attr('title', 'click to expand output');
this.collapse_button.html('. . .');

this.prompt_overlay.addClass('out_prompt_overlay prompt');
this.prompt_overlay.attr('title', 'click to expand outout; double click to hide output');
this.prompt_overlay.attr('title', 'click to expand output; double click to hide output');

this.collapse();
};
Expand Down

0 comments on commit 300f908

Please sign in to comment.