mirror of https://github.com/Textualize/rich.git
the same for Chinese and Spanish
This commit is contained in:
parent
c43744a470
commit
3b5990a29c
|
@ -205,6 +205,7 @@ Rich 可以将内容通过排列整齐的,具有相等或最佳的宽度的[
|
|||
|
||||
```python
|
||||
import os
|
||||
import sys
|
||||
|
||||
from rich import print
|
||||
from rich.columns import Columns
|
||||
|
|
|
@ -219,6 +219,7 @@ Rich puede representar contenido en [columnas](https://rich.readthedocs.io/en/la
|
|||
|
||||
```python
|
||||
import os
|
||||
import sys
|
||||
|
||||
from rich import print
|
||||
from rich.columns import Columns
|
||||
|
|
Loading…
Reference in New Issue