Skip to content

Commit a99f45e

Browse files
authored
Update build_docs.py (#33)
1 parent 62671ec commit a99f45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def make_default_filters(self):
169169

170170

171171
def gen_api_docs():
172-
"""Generates api docs for the tensorflow docs package."""
172+
"""Generates api docs for the generative-ai package."""
173173
for name in dir(google):
174174
if name not in ("generativeai", "ai"):
175175
delattr(google, name)

0 commit comments

Comments
 (0)