Skip to content

Commit f6ba558

Browse files
authored
Update articles/synapse-analytics/spark/microsoft-spark-utilities.md
1 parent c26d69b commit f6ba558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/microsoft-spark-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ mssparkutils.session.stop()
11451145
```
11461146
::: zone-end
11471147

1148-
`mssparkutils.session.stop()` API will stop the current interactive session asynchrously in the background, it stops the Spark session and release resources occupied by the session so they are available to other sessions in the same pool.
1148+
`mssparkutils.session.stop()` API will stop the current interactive session asynchronously in the background, it stops the Spark session and release resources occupied by the session so they are available to other sessions in the same pool.
11491149

11501150
> [!NOTE]
11511151
> We don't recommend call language built-in APIs like `sys.exit` in Scala or `sys.exit()` in Python in your code, because such APIs just

0 commit comments

Comments
 (0)