From c43744a4705d7b23216cb89e66c1d2af44c658c7 Mon Sep 17 00:00:00 2001 From: Akiva Date: Thu, 10 Dec 2020 01:16:22 +0200 Subject: [PATCH 1/2] add import to columns example in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 065dd2e4..b3cfa7ac 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ Rich can render content in neat [columns](https://rich.readthedocs.io/en/latest/ ```python import os +import sys from rich import print from rich.columns import Columns From 3b5990a29c807596d25d64840e2ee2024d9a3242 Mon Sep 17 00:00:00 2001 From: Akiva Date: Thu, 10 Dec 2020 01:22:17 +0200 Subject: [PATCH 2/2] the same for Chinese and Spanish --- README.cn.md | 1 + README.es.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.cn.md b/README.cn.md index 1494c1ef..7597b7ce 100644 --- a/README.cn.md +++ b/README.cn.md @@ -205,6 +205,7 @@ Rich 可以将内容通过排列整齐的,具有相等或最佳的宽度的[ ```python import os +import sys from rich import print from rich.columns import Columns diff --git a/README.es.md b/README.es.md index f8035358..ceacb681 100644 --- a/README.es.md +++ b/README.es.md @@ -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