Skip to content

Commit 638d306

Browse files
authored
Update analytical-store-introduction.md
1 parent 5e617a2 commit 638d306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/analytical-store-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ In the example below, we can use `PySpark` to run an aggregation:
378378

379379
```PySpark
380380
df.groupBy(df.item.string).sum().show()
381-
` ``
381+
```
382382

383383
In the example below, we can use `PySQL` to run another aggregation:
384384

0 commit comments

Comments
 (0)