From 98462f23cf120115363f89d6adc78ced15700f8d Mon Sep 17 00:00:00 2001 From: TheSriram Date: Mon, 29 Jul 2013 13:55:00 -0400 Subject: [PATCH] fix(typo): Phython to Python Change-Id: I51aa11fca87ac1b7ed9058c0221dc0cce1d6f7fc --- marconi/transport/wsgi/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)