Add docstring to US volume constants (#79582)

* Add docstring to US volume constants

* A blank line separation
This commit is contained in:
epenet 2022-10-04 14:47:57 +02:00 committed by GitHub
parent d0f1cba4ea
commit 2fd62b571d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,7 +559,10 @@ VOLUME_CUBIC_METERS: Final = "m³"
VOLUME_CUBIC_FEET: Final = "ft³"
VOLUME_GALLONS: Final = "gal"
"""US gallon (British gallon is not yet supported)"""
VOLUME_FLUID_OUNCE: Final = "fl. oz."
"""US fluid ounce (British fluid ounce is not yet supported)"""
# Volume Flow Rate units
VOLUME_FLOW_RATE_CUBIC_METERS_PER_HOUR: Final = "m³/h"