From 2c9a72780ea4fa16632cfd0fd41dc9feb6eab67e Mon Sep 17 00:00:00 2001 From: Dan Redding <125183946+dangotbanned@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:07:40 +0100 Subject: [PATCH] docs: Remove reference to `altair_saver` in `save` (#3510) --- altair/vegalite/v5/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altair/vegalite/v5/api.py b/altair/vegalite/v5/api.py index 1687a6c59..9458442ca 100644 --- a/altair/vegalite/v5/api.py +++ b/altair/vegalite/v5/api.py @@ -2023,7 +2023,7 @@ def save( json_kwds : dict (optional) Additional keyword arguments are passed to the output method associated with the specified format. - engine: string {'vl-convert', 'altair_saver'} + engine: string {'vl-convert'} the conversion engine to use for 'png', 'svg', and 'pdf' formats inline: bool (optional) If False (default), the required JavaScript libraries are loaded