Skip to content

Commit

Permalink
Docs: Fix formatting in Python CLI (apache#5868)
Browse files Browse the repository at this point in the history
  • Loading branch information
samredai authored Sep 29, 2022
1 parent 0188579 commit 41bfb9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mkdocs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ nyc.taxis
```

```sh
pyiceberg describe nyc.taxis
pyiceberg describe nyc.taxis
Table format version 1
Metadata location file:/.../nyc.db/taxis/metadata/00000-aa3a3eac-ea08-4255-b890-383a64a94e42.metadata.json
Table UUID 6cdfda33-bfa3-48a7-a09e-7abb462e3460
Expand Down Expand Up @@ -168,7 +168,7 @@ write.format.default parquet
Or output in JSON for automation:

```sh
pyiceberg --output json describe nyc.taxis | jq
pyiceberg --output json describe nyc.taxis | jq
{
"identifier": [
"nyc",
Expand Down

0 comments on commit 41bfb9c

Please sign in to comment.