Skip to content

Commit 201962f

Browse files
authored
Merge pull request #556 from pitmonticone/master
Fixed a typo in README
2 parents 6ed7f72 + c459c6c commit 201962f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ By default, plots in IJulia are sent to the notebook as PNG images.
278278
Optionally, you can tell PyPlot to display plots in the browser as
279279
[SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) images,
280280
which have the advantage of being resolution-independent (so that they
281-
display without pixellation at high-resolutions, for example if you
281+
display without pixelation at high-resolutions, for example if you
282282
convert an IJulia notebook to PDF), by running:
283283
```julia
284284
PyPlot.svg(true)

0 commit comments

Comments
 (0)