From 6a96a2e1f8d9eed416d1560534531d8cf61e973c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 4 Dec 2011 11:51:21 +0100 Subject: [PATCH] Fix typo. --- Doc/tools/sphinxext/static/copybutton.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tools/sphinxext/static/copybutton.js b/Doc/tools/sphinxext/static/copybutton.js index 91f87639c2..a3b1099e3a 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'); -- 2.49.0