From 6fd160f708a0b659855aca8665c7bec3041471b7 Mon Sep 17 00:00:00 2001 From: cgahr Date: Sun, 2 Jul 2023 15:33:19 +0200 Subject: [PATCH] fix typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a760856..1885c85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ### Highlights -This release exports all functions in `matplotlib.pyplot` to `latexplotlib`. This means you can use `lpl` as a drop-in replacement for `plt`and you don't have to import `matplotlib.pyplot` if you import latexplotlib. Also there is finally a changelog 🎉 +This release exports all functions in `matplotlib.pyplot` to `latexplotlib`. This means you can use `lpl` as a drop-in replacement for `plt`and you don't have to import `matplotlib.pyplot` if you import latexplotlib. Also, there is finally a changelog 🎉 ### Code - export `plt` functions in latexplotlib