Merge pull request #44779 from nvolker/patch-1

Remove duplicates from rdoc comments
This commit is contained in:
Eileen M. Uchitelle 2022-03-28 09:33:11 -04:00 committed by GitHub
commit 6c16d6df94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -553,11 +553,6 @@ def drop_table(table_name, **options)
# <tt>:datetime</tt>, and <tt>:time</tt> columns.
# * <tt>:scale</tt> -
# Specifies the scale for the <tt>:decimal</tt> and <tt>:numeric</tt> columns.
# * <tt>:collation</tt> -
# Specifies the collation for a <tt>:string</tt> or <tt>:text</tt> column. If not specified, the
# column will have the same collation as the table.
# * <tt>:comment</tt> -
# Specifies the comment for the column. This option is ignored by some backends.
# * <tt>:if_not_exists</tt> -
# Specifies if the column already exists to not try to re-add it. This will avoid
# duplicate column errors.