diff --git a/google/cloud/spanner_dbapi/connection.py b/google/cloud/spanner_dbapi/connection.py index 869586e363..af3afa7da1 100644 --- a/google/cloud/spanner_dbapi/connection.py +++ b/google/cloud/spanner_dbapi/connection.py @@ -38,9 +38,8 @@ def _raise_if_closed(self): raise InterfaceError("connection is already closed") def __handle_update_ddl(self, ddl_statements): - """ - Run the list of Data Definition Language (DDL) statements on the underlying - database. Each DDL statement MUST NOT contain a semicolon. + """Run the list of Data Definition Language (DDL) statements on the + underlying database. Each DDL statement MUST NOT contain a semicolon. Args: ddl_statements: a list of DDL statements, each without a semicolon. Returns: