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

Skip to content

Commit 8a7c5ea

Browse files
committed
remove weird unicode space in the new copyright header
The bytes were actually: #\xe2\x80\x82Copyright...
1 parent 2e04730 commit 8a7c5ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

COPYING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ to indicate the copyright and license terms:
7070

7171
::
7272

73-
#Copyright (c) IPython Development Team.
74-
#Distributed under the terms of the Modified BSD License.
73+
# Copyright (c) IPython Development Team.
74+
# Distributed under the terms of the Modified BSD License.

IPython/html/static/notebook/js/quickhelp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//Copyright (c) IPython Development Team.
2-
//Distributed under the terms of the Modified BSD License.
1+
// Copyright (c) IPython Development Team.
2+
// Distributed under the terms of the Modified BSD License.
33

44
//============================================================================
55
// QuickHelp button

0 commit comments

Comments
 (0)