From c3917e080684ceae8dafb0528bd32644f6f09dc8 Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Thu, 25 Mar 2021 14:46:01 -0700 Subject: [PATCH] Fix typo --- aqi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqi/__init__.py b/aqi/__init__.py index 6737e59..2c48658 100644 --- a/aqi/__init__.py +++ b/aqi/__init__.py @@ -24,7 +24,7 @@ def to_iaqi(elem, cc, algo=ALGO_EPA): :param elem: pollutant constant :type elem: int - :param cc: pollutant contentration (µg/m³ or ppm) + :param cc: pollutant concentration (µg/m³ or ppm) :type cc: str :param algo: algorithm module canonical name :type algo: str