Skip to content

Commit c459c6c

Browse files
committed
Fixed a typo in README
1 parent 27b08db commit c459c6c

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
```
284284
PyPlot.svg(true)

0 commit comments

Comments
 (0)