Fixing docstring of Ventilation class
This commit is contained in:
parent
7e927490dd
commit
e7e54cd129
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ class Ventilation:
|
|||
@abstractmethod
|
||||
def air_exchange(self, room: Room, time: float) -> float:
|
||||
"""
|
||||
Returns the rate at which air is being exchanged in the given room per
|
||||
cubic meter at a given time (in hours).
|
||||
Returns the rate at which air is being exchanged in the given room
|
||||
at a given time (in hours).
|
||||
|
||||
Note that whilst the time is known inside this function, it may not
|
||||
be used to vary the result unless the specific time used is declared
|
||||
|
|
|
|||
Loading…
Reference in a new issue