fix(typo): Phython to Python

Change-Id: I51aa11fca87ac1b7ed9058c0221dc0cce1d6f7fc
This commit is contained in:
TheSriram 2013-07-29 13:55:00 -04:00
parent 9468ad1cec
commit 98462f23cf

View File

@ -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__)