Skip to content

Commit 3ad98b5

Browse files
committed
Experiment with rendering tables in docstring
1 parent bc75ca4 commit 3ad98b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

great_tables/gt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class GT(
121121
output tables with the `GT()` class. The most basic thing to do is to just use `GT()` with the
122122
dataset as the input.
123123
124-
```python
124+
```{python}
125125
import great_tables as gt
126126
127127
gt.GT(gt.exibble)

0 commit comments

Comments
 (0)