mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
unit.unassign_unit - smal doc-string fix
This commit is contained in:
@@ -22,7 +22,7 @@ from typing import Optional
|
|||||||
def unassign_unit(file: ifcopenshell.file, units: Optional[list[ifcopenshell.entity_instance]] = None) -> None:
|
def unassign_unit(file: ifcopenshell.file, units: Optional[list[ifcopenshell.entity_instance]] = None) -> None:
|
||||||
"""Unassigns units as default units for the project
|
"""Unassigns units as default units for the project
|
||||||
|
|
||||||
:param units: A list of units to assign as project defaults.
|
:param units: A list of units to unassign as project defaults.
|
||||||
:return: None
|
:return: None
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user