Skip to content

Commit ae37e3b

Browse files
committed
fix arg in docstring to match arg name
1 parent 5e60ddc commit ae37e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pori_python/graphkb/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(
106106
107107
Args:
108108
- use_global_cache: cache requests across all requests to GKB
109-
- cache_db: Path or connection URL to the database which stors the requests cache. see https://requests-cache.readthedocs.io/en/v0.6.4/user_guide.html#cache-name
109+
- cache_name: Path or connection URL to the database which stors the requests cache. see https://requests-cache.readthedocs.io/en/v0.6.4/user_guide.html#cache-name
110110
"""
111111
if use_global_cache:
112112
if not cache_name:

0 commit comments

Comments
 (0)