Fix typos in apiclient.discovery.__all__.

Reviewed in https://codereview.appspot.com/7310089/.
This commit is contained in:
Joe Gregorio
2013-02-12 15:49:10 -05:00
parent cff6b4da0d
commit 1dc5dc8e86

View File

@@ -20,9 +20,9 @@ A client library for Google's discovery based APIs.
__author__ = 'jcgregorio@google.com (Joe Gregorio)'
__all__ = [
'build',
'build_from_document'
'build_from_document',
'fix_method_name',
'key2param'
'key2param',
]
import copy