Skip to content

Commit 26e0dee

Browse files
author
Vic Fryzel
committed
Applying changes from review of review issue 4643051.
1 parent 24e6c38 commit 26e0dee

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/gdata/docs/client.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,11 @@ def publish_revision(self, entry, publish_auto=None,
774774
Args:
775775
entry: Revision to update.
776776
publish_auto: True to automatically publish future revisions of the
777-
document.
777+
document. False to not automatically publish future revisions.
778+
None to take no action and use the default value.
778779
publish_outside_domain: True to make the published revision available
779-
outside of a Google Apps domain.
780+
outside of a Google Apps domain. False to not publish outside
781+
the domain. None to use the default value.
780782
kwargs: Other parameters to pass to super(DocsClient, self).update().
781783
782784
Returns:

tests/gdata_tests/docs/live_client_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
# This module is used for version 2 of the Google Data APIs.
1818
# These tests attempt to connect to Google servers.
1919

20-
"""Live integration tests of the Google Documents List API."""
20+
"""Live integration tests of the Google Documents List API.
21+
22+
RESOURCES: Dict of test resource data, keyed on resource type.
23+
"""
2124

2225
__author__ = 'vicfryzel@google.com (Vic Fryzel)'
2326

0 commit comments

Comments
 (0)