Julius Kibunjia Srihari Thyagarajan commited on
Commit
edb9168
·
unverified ·
1 Parent(s): d20b588

Update duckdb/009_loading_json.py

Browse files

Co-authored-by: Srihari Thyagarajan <[email protected]>

Files changed (1) hide show
  1. duckdb/009_loading_json.py +1 -1
duckdb/009_loading_json.py CHANGED
@@ -129,7 +129,7 @@ def _(mo):
129
  r"""
130
  ## Using `COPY`
131
 
132
- `COPY` is for useful both for importing and exporting data in a variety of formats including JSON. For example we can import data into an existing table from a JSON file.
133
  """
134
  )
135
  return
 
129
  r"""
130
  ## Using `COPY`
131
 
132
+ `COPY` is for useful both for importing and exporting data in a variety of formats including JSON. For example, we can import data into an existing table from a JSON file.
133
  """
134
  )
135
  return