From 1dc5dc8e86baa71ce0b8a28e02f2435165581988 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Tue, 12 Feb 2013 15:49:10 -0500 Subject: [PATCH] Fix typos in apiclient.discovery.__all__. Reviewed in https://codereview.appspot.com/7310089/. --- apiclient/discovery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiclient/discovery.py b/apiclient/discovery.py index 1fc33ca..07d96bc 100644 --- a/apiclient/discovery.py +++ b/apiclient/discovery.py @@ -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