From: Georg Brandl Date: Sun, 4 Dec 2011 10:51:21 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v3.2.3rc1~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a96a2e1f8d9eed416d1560534531d8cf61e973c;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/tools/sphinxext/static/copybutton.js b/Doc/tools/sphinxext/static/copybutton.js index 91f87639c27f..a3b1099e3a7f 100644 --- a/Doc/tools/sphinxext/static/copybutton.js +++ b/Doc/tools/sphinxext/static/copybutton.js @@ -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');