Skip to content

Commit 0e625ce

Browse files
committed
fixed typo in docstring
1 parent de00f05 commit 0e625ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyscript/_node_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ def find_imports(source_fpath: Path,) -> FinderResult:
177177
178178
Returns
179179
-------
180-
FinderResults
181-
Return the results of parsing as a `FinderResults` instance.
180+
FinderResult
181+
Return the results of parsing as a `FinderResult` instance.
182182
This instance provides reference to packages and paths to
183183
include in the py-env, as well as any unsuppoted import.
184184
"""

0 commit comments

Comments
 (0)