mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +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:
|
||||
"""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
|
||||
|
||||
Example:
|
||||
|
||||
Reference in New Issue
Block a user