Skip to content

Commit 6d6f96e

Browse files
authored
include underscore after view (#3030)
1 parent 2858154 commit 6d6f96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

altair/vegalite/v5/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3310,7 +3310,7 @@ def _extend_view_name(v, r):
33103310
if v.endswith("child__" + r):
33113311
return v
33123312
else:
3313-
return v + "child__" + r
3313+
return f"{v}_child__{r}"
33143314

33153315

33163316
def _repeat_names(params, repeat):

0 commit comments

Comments
 (0)