Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ff21d7 + 6a96a2e commit 4d5232aCopy full SHA for 4d5232a
1 file changed
Doc/tools/sphinxext/static/copybutton.js
@@ -8,8 +8,8 @@ $(document).ready(function() {
8
9
// get the styles from the current theme
10
pre.parent().parent().css('position', 'relative');
11
- var hide_text = 'Hide the prompts and ouput';
12
- var show_text = 'Show the prompts and ouput';
+ var hide_text = 'Hide the prompts and output';
+ var show_text = 'Show the prompts and output';
13
var border_width = pre.css('border-top-width');
14
var border_style = pre.css('border-top-style');
15
var border_color = pre.css('border-top-color');
0 commit comments