Skip to content

Commit

Permalink
Fix wrong docs for use_symbol_list
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoDD committed Dec 19, 2024
1 parent f9d955f commit 52f210e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/arcticdb/version_store/_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -2170,8 +2170,8 @@ def list_symbols(
prefix : `Optional[str]`, default=None
filter symbols by the given prefix. Only supported by S3 backend for now.
use_symbol_list: `Optional[bool]`, default=None
If True, ignore the symbol list and get all symbols using iteration.
ignored if all_symbols=True
If False, ignore the symbol list cache and get all symbols using iteration.
ignored if all_symbols=True. If None, uses the library config (which is True by default)
Examples
--------
Expand Down

0 comments on commit 52f210e

Please sign in to comment.