Skip to content

Commit 158a7d0

Browse files
committed
Fix typo in docstring
1 parent f9f5c5b commit 158a7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/configparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def fetch_val_for_key(self, key, delete_key: bool = False):
281281
282282
The (decreasing) priority order is:
283283
- PYTENSOR_FLAGS
284-
- ~./pytensorrc
284+
- ~/.pytensorrc
285285
286286
"""
287287

0 commit comments

Comments
 (0)