diff --git a/marconi/transport/wsgi/helpers.py b/marconi/transport/wsgi/helpers.py index efc78eb4e..8e7084ec9 100644 --- a/marconi/transport/wsgi/helpers.py +++ b/marconi/transport/wsgi/helpers.py @@ -24,7 +24,7 @@ JSONObject = dict """Represents a JSON object in Python.""" JSONArray = list -"""Represents a JSON array in Phython.""" +"""Represents a JSON array in Python.""" LOG = logging.getLogger(__name__)