Skip to content

Commit 14d8586

Browse files
Typo
[skip ci] The notebooks above and below still use old names.
1 parent ff10f4a commit 14d8586

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
@@ -31,7 +31,7 @@ In this example, we use `PythonCall.jl` from an IJulia notebook to inspect the I
3131

3232
In this example we use the Python module `juliacall` from an IPython notebook to train a simple neural network:
3333
- We generate some random training data using Python's `numpy`.
34-
- We construct and train a neural network model using Julia' `Flux`.
34+
- We construct and train a neural network model using Julia's `Flux`.
3535
- We plot some sample output from the model using Python's `matplotlib.pyplot`.
3636

3737
![Flux example screenshot](https://raw.githubusercontent.com/cjdoris/PythonCall.jl/master/examples/flux.png)

0 commit comments

Comments
 (0)