Skip to content

Commit

Permalink
Fix docs for quilt3.config() autoconfiguration call (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Jun 7, 2023
1 parent 9578efe commit c8dba46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/python/quilt3/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def config(*catalog_url, **config_values):
To trigger autoconfiguration, call with just the navigator URL:
import quilt3
quilt3.config(navigator_url='https://example.com')
quilt3.config('https://YOUR-CATALOG-URL.com')
To set config values, call with one or more key=value pairs:
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To retrieve the current config, call directly, without arguments:
To trigger autoconfiguration, call with just the navigator URL:

import quilt3
quilt3.config(navigator_url='https://example.com')
quilt3.config('https://YOUR-CATALOG-URL.com')

To set config values, call with one or more key=value pairs:

Expand Down

0 comments on commit c8dba46

Please sign in to comment.