91 """<p>This allows you to easily navigate the hierachy of directories and""" |
91 """<p>This allows you to easily navigate the hierachy of directories and""" |
92 """ files on your system, identify the Python programs and open them up in""" |
92 """ files on your system, identify the Python programs and open them up in""" |
93 """ a Source Viewer window. The window displays several separate""" |
93 """ a Source Viewer window. The window displays several separate""" |
94 """ hierachies.</p>""" |
94 """ hierachies.</p>""" |
95 """<p>The first hierachy is only shown if you have opened a program for""" |
95 """<p>The first hierachy is only shown if you have opened a program for""" |
96 """ debugging and it's root is the directory containing that program.""" |
96 """ debugging and its root is the directory containing that program.""" |
97 """ Usually all of the separate files that make up a Python application are""" |
97 """ Usually all of the separate files that make up a Python application are""" |
98 """ held in the same directory, so this hierachy gives you easy access to""" |
98 """ held in the same directory, so this hierachy gives you easy access to""" |
99 """ most of what you will need.</p>""" |
99 """ most of what you will need.</p>""" |
100 """<p>The next hierachy is used to easily navigate the directories that are""" |
100 """<p>The next hierachy is used to easily navigate the directories that are""" |
101 """ specified in the Python <tt>sys.path</tt> variable.</p>""" |
101 """ specified in the Python <tt>sys.path</tt> variable.</p>""" |