Skip to content

Commit

Permalink
Updated Builder and Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar4 committed Nov 19, 2024
1 parent 0887363 commit b979a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ If you are running a standalone cluster (runs locally), all you need to do is ca
>>> from ballista import BallistaBuilder
>>> # for a standalone instance
>>> # Ballista will initiate with an empty config
>>> # set config variables with `set()`
>>> # set config variables with `config()`
>>> ballista = BallistaBuilder()\
>>> .config("ballista.job.name", "example ballista")
>>>
>>>
>>> ctx = ballista.standalone()
>>>
>>> # for a remote instance provide the URL
Expand Down

0 comments on commit b979a37

Please sign in to comment.