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

Skip to content

Commit a9df70e

Browse files
committed
Removed some random ^D characters
1 parent d3b6842 commit a9df70e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/Relnotes-1.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The most important differences are:
1111
when an interactive interpreter is started.
1212

1313
- The default search path for modules is different: first the current
14-
directory is searched, then the subdirectories 'lib', 'lib:stdwin' and
14+
directory is searched, then the subdirectories 'lib', 'lib:stdwin' and
1515
'demo'. As always, you can change this (e.g. in your PythonStartup
1616
file) by assigning or appending to sys.path -- use Macintosh pathnames!
1717
(The default contains no absolute paths because these are unlikely

Mac/USING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The most important differences are:
1111
when an interactive interpreter is started.
1212

1313
- The default search path for modules is different: first the current
14-
directory is searched, then the subdirectories 'lib', 'lib:stdwin' and
14+
directory is searched, then the subdirectories 'lib', 'lib:stdwin' and
1515
'demo'. As always, you can change this (e.g. in your PythonStartup
1616
file) by assigning or appending to sys.path -- use Macintosh pathnames!
1717
(The default contains no absolute paths because these are unlikely

0 commit comments

Comments
 (0)