Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 19, 2018
1 parent 8e4517c commit 04758c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/Python_User_Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page is a listing of the functions exposed by the Python interface. For a g

See also the instructions for [parallel Meep](Parallel_Meep.md) for MPI machines.

The Python API functions and classes can be found in the `meep` module, which should be installed in your Python system by Meep's `make install` script. If you installed into a nonstandard location (e.g. your home directory), you may need to set the `PYTHONPATH` environment variable as documented in the [Installation](Installation.md) section. You typically mport the `meep` module in Python with:
The Python API functions and classes can be found in the `meep` module, which should be installed in your Python system by Meep's `make install` script. If you installed into a nonstandard location (e.g. your home directory), you may need to set the `PYTHONPATH` environment variable as documented in the [Installation](Installation.md) section. You typically import the `meep` module in Python with:

```py
import meep as mp
Expand Down

0 comments on commit 04758c4

Please sign in to comment.