Skip to content

Commit e0a216c

Browse files
committed
update doc
1 parent 1580978 commit e0a216c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/browsergym/workarena/instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def encrypt_instance_password(password: str) -> str:
4747

4848
def fetch_instances():
4949
"""
50-
Load the latest instances from either a custom pool (SNOW_INSTANCE_POOL) or the gated HF dataset.
50+
Load the latest instances from either a custom pool (SNOW_INSTANCE_POOL env var) or the gated HF dataset.
5151
"""
5252
pool_path = os.getenv("SNOW_INSTANCE_POOL")
5353
if pool_path:

0 commit comments

Comments
 (0)