From 8a540c7c5edf8c04ed5b47dd864f16ebe0a6a600 Mon Sep 17 00:00:00 2001 From: "Weng, Chia-Ling" Date: Thu, 9 Nov 2023 10:05:54 +0800 Subject: [PATCH] fix language --- altair/vegalite/v5/api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/altair/vegalite/v5/api.py b/altair/vegalite/v5/api.py index 5ea46f725..26ff52ae1 100644 --- a/altair/vegalite/v5/api.py +++ b/altair/vegalite/v5/api.py @@ -2831,7 +2831,9 @@ class Chart( An object describing the data source mark : AnyMark A string describing the mark type - (either one of `"bar"`, `"circle"`, `"square"`, `"tick"`,`"line"`, `"area"`, `"point"`, `"rule"`, `"geoshape"`, `"text"`, `"arc"`, `"image"`, `"rect"`, `"trail"`, `"boxplot"`, `"errorband"`, `"errorbar"`) or a MarkDef object or a CompositeMarkDef objest. + (either one of ``"bar"``, ``"circle"``, ``"square"``, ``"tick"``,``"line"``, ``"area"``, ``"point"``, + ``"rule"``, ``"geoshape"``, ``"text"``, ``"arc"``, ``"image"``, ``"rect"``, ``"trail"``, ``"boxplot"``, + ``"errorband"``, ``"errorbar"``) or a MarkDef object or a CompositeMarkDef object. encoding : FacetedEncoding A key-value mapping between encoding channels and definition of fields. autosize : anyOf(AutosizeType, AutoSizeParams)