Skip to content

Commit edcc4ce

Browse files
authored
fix typo (#12)
1 parent 5c48a8a commit edcc4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ version number is returned by `PythonPlot.version`.
5757
Compared to the PyPlot.jl package, there are a few differences in the API.
5858

5959
* To avoid type piracy, the functions `show`, `close`, `step`, and `fill` are renamed to `plotshow`, `plotclose`, `plotstep`, and `plotfill`, respectively. (You can also access them as `PythonPlot.show` etcetera.)
60-
* The `matplotlibl.pyplot` module is exported as `pyplot` rather than as `plt`.
60+
* The `matplotlib.pyplot` module is exported as `pyplot` rather than as `plt`.
6161
* The PythonCall package performs many fewer automatic conversions from Python types to Julia types (in comparison to PyCall). If you need to convert Matplotlib return values to native Julia objects, you'll need to do `using PythonCall` and call its `pyconvert(T, o)` or other conversion functions.
6262

6363
### Exported functions

0 commit comments

Comments
 (0)