Skip to content

Commit c781ae9

Browse files
committed
Fix sphinx docstring
1 parent 1ceaecb commit c781ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)