File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,14 +183,14 @@ <h2>Getting Started</h2>
183
183
you probably just need to pick up one of the many good Python
184
184
books or read the Python tutorial online to get started.
185
185
</ p >
186
- < p > A good way to start is to run < strong > python .exe</ strong > and
186
+ < p > A good way to start is to run < strong > npython .exe</ strong > and
187
187
follow along with the examples in this document. If you get stuck,
188
188
there are also a number of demos and unit tests located in the
189
189
source directory of the distribution that can be helpful as
190
190
examples.
191
191
</ p >
192
192
< p > Note that if you have installed CLR support into your existing
193
- Python installation (rather than using the included python .exe),
193
+ Python installation (rather than using the included npython .exe),
194
194
you will need to use the line: "'import clr" (lower-case!) to
195
195
initially load the clr extension module before trying the
196
196
following examples.
You can’t perform that action at this time.
0 commit comments