Skip to content

Commit

Permalink
docs(bigquery): fix the broken docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Jun 18, 2020
1 parent de9998f commit e999c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -43,7 +43,7 @@

# autodoc/autosummary flags
autoclass_content = "both"
autodoc_default_flags = ["members", "inherited-members"]
autodoc_default_options = {"members": True, "inherited-members": True}
autosummary_generate = True


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/dataset.py
Expand Up @@ -84,7 +84,7 @@ class AccessEntry(object):
See https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets.
Attributes:
Args:
role (str):
Role granted to the entity. The following string values are
supported: `'READER'`, `'WRITER'`, `'OWNER'`. It may also be
Expand Down

0 comments on commit e999c20

Please sign in to comment.