Skip to content

Commit 4d732d8

Browse files
author
ccherubino@google.com
committed
Minor readability/style changes to email settings lib
1 parent 97f649c commit 4d732d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/gdata/test_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ def render_usage(self):
203203
' Example ga:1174'))
204204
TARGET_USERNAME_OPTION = Option(
205205
'targetusername',
206-
'Please enter the username (without domain) of the user which will be affected by the tests',
207-
description=('The username of the users to be tested'
208-
' if n/a'))
206+
'Please enter the username (without domain) of the user which will be'
207+
' affected by the tests',
208+
description=('The username of the user to be tested'))
209209

210210
# Functions to inject a cachable HTTP client into a service client.
211211
def configure_client(client, case_name, service_name, use_apps_auth=False):
@@ -215,7 +215,7 @@ def configure_client(client, case_name, service_name, use_apps_auth=False):
215215
216216
Handles authentication to allow the GDClient to make requests which
217217
require an auth header.
218-
218+
where
219219
Args:
220220
client: a gdata.GDClient whose http_client member should be replaced
221221
with a atom.mock_http_core.MockHttpClient so that repeated

0 commit comments

Comments
 (0)