Skip to content

Commit 8f0096b

Browse files
remove argument equals whitespace: inference
1 parent 35b0b47 commit 8f0096b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/inference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,9 @@ glue(
716716
x="mean(price)"
717717
),
718718
base.mark_text(align="left", color="#f58518", size=12, fontWeight="bold", dx=10).transform_aggregate(
719-
mean_price = "mean(price)",
719+
mean_price="mean(price)",
720720
).transform_calculate(
721-
label = "'Mean = ' + round(datum.mean_price * 10) / 10"
721+
label="'Mean = ' + round(datum.mean_price * 10) / 10"
722722
).encode(
723723
x=alt.X("mean_price:Q", title="Sample mean price per night (dollars)"),
724724
y=alt.value(10),

0 commit comments

Comments
 (0)