Skip to content

Commit 67c227f

Browse files
committed
ui: fix typo in docstring
1 parent c07ff3c commit 67c227f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vunit/ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def add_source_files_from_csv(self, project_csv_path: Union[str, Path], vhdl_sta
272272
csv file
273273
:param vhdl_standard: The VHDL standard used to compile files,
274274
if None, the VUNIT_VHDL_STANDARD environment variable is used
275-
:returns: A list of files (:class `.SourceFileList`) that were added
275+
:returns: A list of files (:class:`.SourceFileList`) that were added
276276
277277
"""
278278
libs: Set[str] = set()

0 commit comments

Comments
 (0)