Skip to content

Commit 3f16f13

Browse files
sdks/python: try to fix python doc linting issues
1 parent eb5e34f commit 3f16f13

File tree

1 file changed

+2
-1
lines changed
  • sdks/python/apache_beam/transforms/enrichment_handlers

1 file changed

+2
-1
lines changed

sdks/python/apache_beam/transforms/enrichment_handlers/cloudsql.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ def __init__(
260260
**kwargs,
261261
):
262262
"""
263-
Example Usage:
263+
Example usage::
264+
264265
connection_config = CloudSQLConnectionConfig(
265266
db_adapter=DatabaseTypeAdapter.POSTGRESQL,
266267
instance_connection_uri="apache-beam-testing:us-central1:itests",

0 commit comments

Comments
 (0)