mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
fix path mismatch
This commit is contained in:
@@ -173,7 +173,7 @@ SyntaxError: non-keyword arg after keyword arg</samp></pre>
|
||||
<samp class=pp><module 'sys' (built-in)></samp>
|
||||
<a><samp class=p>>>> </samp><kbd class=pp>sys.path.insert(0, '/home/mark/diveintopython3/examples')</kbd> <span class=u>④</span></a>
|
||||
<a><samp class=p>>>> </samp><kbd class=pp>sys.path</kbd> <span class=u>⑤</span></a>
|
||||
<samp class=pp>['/home/mark/py',
|
||||
<samp class=pp>['/home/mark/diveintopython/examples',
|
||||
'',
|
||||
'/usr/lib/python31.zip',
|
||||
'/usr/lib/python3.1',
|
||||
|
||||
Reference in New Issue
Block a user