Skip to content

Commit 79f29fa

Browse files
committed
Fix sphinx docstring
1 parent 1ceaecb commit 79f29fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
]
2121
nitpick_ignore = [
2222
("py:obj", "lsst.daf.butler.core.datastore.DatastoreTransaction"),
23+
("py:obj", "lsst.resources.ResourcePathExpression"),
2324
]

python/lsst/resources/_resourcePath.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ def as_local(
10541054
effect if the URI scheme does not support parallel streams or
10551055
if a global override has been applied. If `False` parallel
10561056
streams will be disabled.
1057-
tmpdir : `ResourcePathExpression` or `None`, optional
1057+
tmpdir : `lsst.resources.ResourcePathExpression` or `None`, optional
10581058
Explicit override of the temporary directory to use for remote
10591059
downloads. This directory must be a local POSIX directory and
10601060
must exist.

0 commit comments

Comments
 (0)