Fix typos in docs and comments (#11064)

This commit is contained in:
Alex Waygood
2023-11-23 14:55:58 +00:00
committed by GitHub
parent 30f7267b5d
commit 01432805d9
12 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class Plotter:
pad_inches: float | None = None,
bbox_extra_artists: list[Artist] | None = None,
backend: str | None = None,
# Further **kwargs can truly be anything from an overriden Canvas method that is still passed down
# Further **kwargs can truly be anything from an overridden Canvas method that is still passed down
**kwargs: Any,
) -> Self: ...
# Same as matplotlib.backend_bases._Bases. No other backend override show