Skip to content

Commit 22ff18b

Browse files
committed
mention python.org in js file
1 parent 8a02b4b commit 22ff18b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/themes/scikit-learn/static/js/copybutton.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
$(document).ready(function() {
22
/* Add a [>>>] button on the top-right corner of code samples to hide
33
* the >>> and ... prompts and the output and thus make the code
4-
* copyable. */
4+
* copyable.
5+
* Note: This JS snippet was taken from the official python.org
6+
* documentation site.*/
57
var div = $('.highlight-python .highlight,' +
68
'.highlight-python3 .highlight,' +
79
'.highlight-pycon .highlight')

0 commit comments

Comments
 (0)