diff options
author | Georg Brandl <georg@python.org> | 2011-12-04 10:51:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-12-04 10:51:21 (GMT) |
commit | 6a96a2e1f8d9eed416d1560534531d8cf61e973c (patch) | |
tree | be3901409eb3760e8dc36aae5d779d33dd6816e5 /Doc/tools | |
parent | dec0f21efcdd931bd10ccb8f41809de2e9284cee (diff) | |
download | cpython-6a96a2e1f8d9eed416d1560534531d8cf61e973c.zip cpython-6a96a2e1f8d9eed416d1560534531d8cf61e973c.tar.gz cpython-6a96a2e1f8d9eed416d1560534531d8cf61e973c.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | 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 index 91f8763..a3b1099 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'); |