]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sun, 4 Dec 2011 10:51:21 +0000 (11:51 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 4 Dec 2011 10:51:21 +0000 (11:51 +0100)
Doc/tools/sphinxext/static/copybutton.js

index 91f87639c27f93a0aed9205dc878fc91b18acf0e..a3b1099e3a7fbfab6a5cd721e2542598e0155a9d 100644 (file)
@@ -8,8 +8,8 @@ $(document).ready(function() {
 
     // 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');