Skip to content

Commit

Permalink
fix incorrect docstring (#280)
Browse files Browse the repository at this point in the history
* fix incorrect docstring

* Update schema_components.py

Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>
  • Loading branch information
areeh and cosmicBboy committed Oct 4, 2020
1 parent 14829e6 commit 47bc7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandera/schema_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def __init__(
http://pandas.pydata.org/pandas-docs/stable/basics.html#dtypes
:param checks: checks to verify validity of the column
:param nullable: Whether or not column can contain null values.
:param allow_duplicates: Whether or not to coerce the column to the
specified pandas_dtype before validation
:param allow_duplicates: Whether or not column can contain duplicate
values.
:param coerce: If True, when schema.validate is called the column will
be coerced into the specified dtype.
:param required: Whether or not column is allowed to be missing
Expand Down

0 comments on commit 47bc7b8

Please sign in to comment.