From 9325eea09e5d339c103df48dfda2ba773cecda14 Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Mon, 31 May 2021 08:55:55 +0200 Subject: [PATCH] Fixing docstring --- cara/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/models.py b/cara/models.py index 56f663f4..88e5493a 100644 --- a/cara/models.py +++ b/cara/models.py @@ -529,7 +529,7 @@ class _ExpirationBase: types: typing.ClassVar[typing.Dict[str, "_ExpirationBase"]] def aerosols(self, mask: Mask): - # total volume of aerosols expired per volume of air (mL/cm^3). + # total volume of aerosols expired (cm^3). raise NotImplementedError("Subclass must implement")