Skip to content

Commit

Permalink
(chore): clarify override usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Jan 26, 2024
1 parent ad09df7 commit aaf917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anndata/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def reset(self, option: Iterable[str] | str) -> None:
@contextmanager
def override(self, **overrides):
"""
Provides local override via keyword arguments.
Provides local override via keyword arguments as a context manager.
Parameters
----------
Expand Down

0 comments on commit aaf917f

Please sign in to comment.