Skip to content

Commit

Permalink
added missing parameter to JSONB docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Dec 2, 2020
1 parent 450d6a6 commit 4496697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions piccolo/columns/column_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@ class JSONB(JSON):
be converted to the binary format). The benefits of JSONB generally
outweigh the downsides.
:param default:
Either a JSON string can be provided, or a Python ``dict`` or ``list``
which is then converted to a JSON string.
"""

def arrow(self, key: str) -> JSONB:
Expand Down

0 comments on commit 4496697

Please sign in to comment.