Skip to content

Commit

Permalink
SNOW-748484 Fix documentation issue when creating a Session object fr…
Browse files Browse the repository at this point in the history
…om existing Python connector connection
  • Loading branch information
andreea1110 authored Mar 8, 2023
1 parent 69a60e8 commit 9892c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Session:
To create a :class:`Session` object from an existing Python Connector connection::
>>> session = Session.builder.configs(connection=<your python connector connection>).create() # doctest: +SKIP
>>> session = Session.builder.configs({"connection": <your python connector connection>}).create() # doctest: +SKIP
:class:`Session` contains functions to construct a :class:`DataFrame` like :meth:`table`,
:meth:`sql` and :attr:`read`, etc.
Expand Down

0 comments on commit 9892c1a

Please sign in to comment.