[Python-checkins] cpython (3.2): Fix typo.

georg.brandl python-checkins at python.org
Sun Dec 4 11:51:38 CET 2011


http://hg.python.org/cpython/rev/0436ef8be253
changeset:   73848:0436ef8be253
branch:      3.2
parent:      73845:bf0c5cd303e5
user:        Georg Brandl <georg at python.org>
date:        Sun Dec 04 11:51:21 2011 +0100
summary:
  Fix typo.

files:
  Doc/tools/sphinxext/static/copybutton.js |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/tools/sphinxext/static/copybutton.js b/Doc/tools/sphinxext/static/copybutton.js
--- a/Doc/tools/sphinxext/static/copybutton.js
+++ b/Doc/tools/sphinxext/static/copybutton.js
@@ -8,8 +8,8 @@
 
     // get the styles from the current theme
     pre.parent().parent().css('position', 'relative');
-    var hide_text = 'Hide the prompts and ouput';
-    var show_text = 'Show the prompts and ouput';
+    var hide_text = 'Hide the prompts and output';
+    var show_text = 'Show the prompts and output';
     var border_width = pre.css('border-top-width');
     var border_style = pre.css('border-top-style');
     var border_color = pre.css('border-top-color');

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list