use common rst syntax in doc-strings

This commit is contained in:
Andrej730
2025-11-17 14:20:54 +05:00
parent 51e2e7cd82
commit 29ab446f8c
12 changed files with 85 additions and 134 deletions
+1 -2
View File
@@ -411,8 +411,7 @@ class IfcCsv:
concat: str = ", ",
) -> None:
"""
Args:
table: filepath to the table.
:param table: filepath to the table.
"""
ext: FILE_FORMAT = table.split(".")[-1].lower()