mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge with 3.2.
This commit is contained in:
commit
4d5232ab8a
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue