Skip to content

Commit

Permalink
Changed documentation for get_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweiden committed Feb 9, 2024
1 parent 0273468 commit a8e710d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bqskit/runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ def get_cache(self) -> dict[str, Any]:
"""
Retrieve worker's local cache.
A worker's local cache is implemented as a dictionary. This function
can be used to check the presence of data, or to place data directly
into, a worker's local cache.
A worker's local cache is implemented as a dictionary. This function can
be used to check the presence of data, or to place data directly into, a
worker's local cache.
"""
...

Expand Down

0 comments on commit a8e710d

Please sign in to comment.