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