Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrub mention of no-longer-chainable ACL methods. #3428

Merged
merged 1 commit into from
May 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions storage/google/cloud/storage/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
:start-after: [START acl_user_settings]
:end-before: [END acl_user_settings]

You can also chain these ``grant_*`` and ``revoke_*`` methods together
for brevity:

.. literalinclude:: storage_snippets.py
:start-after: [START acl_revoke_write]
:end-before: [END acl_revoke_write]

After that, you can save any changes you make with the
:func:`google.cloud.storage.acl.ACL.save` method:

Expand Down