Skip to content

Commit

Permalink
doc: fix doc of Fluvio::connect (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrakkurt authored Aug 21, 2023
1 parent 96e4644 commit d1a6c8b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fluvio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,8 @@ def __init__(self, inner: _Fluvio):

@classmethod
def connect(cls):
"""Creates a new Fluvio client using the current profile from
"""Tries to create a new Fluvio client using the current profile from
`~/.fluvio/config`
If there is no current profile or the `~/.fluvio/config` file does not
exist, then this will create a new profile with default settings and
set it as current, then try to connect to the cluster using those
settings.
"""
return cls(_Fluvio.connect())

Expand Down

0 comments on commit d1a6c8b

Please sign in to comment.