Skip to content

Commit b00d14c

Browse files
committed
Fix typo
1 parent ce5635a commit b00d14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ blog:
88
- url: https://blog.pyodide.org/posts/canvas-renderer-matplotlib-in-pyodide/
99
title: HTML5 <canvas> based renderer for Matplotlib in Pyodide
1010
image: https://blog.pyodide.org/posts/2/results.png
11-
summary: In this post, we present a new backend for Matplotlib enabling the rendering of figures in the browser by leveraging the <canvas> element. This showcases how JavaScript and Python can interact with each other, thanks to Pyodide."
11+
summary: In this post, we present a new backend for Matplotlib enabling the rendering of figures in the browser by leveraging the <canvas> element. This showcases how JavaScript and Python can interact with each other, thanks to Pyodide.
1212
date: April 1st, 2022
1313
authors: Madhur Tandon
1414

0 commit comments

Comments
 (0)