Skip to content

Commit f2ad535

Browse files
committed
update enums docstring formatting
1 parent 2c8bca2 commit f2ad535

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

google/cloud/bigquery/enums.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,8 @@ class JobCreationMode(object):
467467
class SourceColumnMatch(str, enum.Enum):
468468
"""Uses sensible defaults based on how the schema is provided.
469469
470-
If autodetect is used, then columns are matched by name. Otherwise, columns
471-
are matched by position. This is done to keep the behavior backward-compati
472-
ble.
470+
If autodetect is used, then columns are matched by name. Otherwise, columns
471+
are matched by position. This is done to keep the behavior backward-compatible.
473472
"""
474473

475474
SOURCE_COLUMN_MATCH_UNSPECIFIED = "SOURCE_COLUMN_MATCH_UNSPECIFIED"

0 commit comments

Comments
 (0)