Skip to content

Commit 4c48ddf

Browse files
committed
fixed the wrong example for %use_session
1 parent d4b564e commit 4c48ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/apachespark/dataflow-spark-magic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ To connect to the existing session use the `%use_session` magic command.
239239

240240
.. code-block:: python
241241
242-
%use_session -s "<application_id>"
242+
%use_session -s <application_id>
243243
244244
245245
Basic Spark Usage Examples

0 commit comments

Comments
 (0)