Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d5232a

Browse files
committed
Merge with 3.2.
2 parents 7ff21d7 + 6a96a2e commit 4d5232a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tools/sphinxext/static/copybutton.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ $(document).ready(function() {
88

99
// get the styles from the current theme
1010
pre.parent().parent().css('position', 'relative');
11-
var hide_text = 'Hide the prompts and ouput';
12-
var show_text = 'Show the prompts and ouput';
11+
var hide_text = 'Hide the prompts and output';
12+
var show_text = 'Show the prompts and output';
1313
var border_width = pre.css('border-top-width');
1414
var border_style = pre.css('border-top-style');
1515
var border_color = pre.css('border-top-color');

0 commit comments

Comments
 (0)