From e1c4628ffe5d1c1ec03884206f044fc5b9a88e83 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Sat, 13 Nov 2021 12:19:11 +0100 Subject: [PATCH] capizalize "PyPI" correctly --- CHANGELOG.md | 2 +- README.cn.md | 2 +- README.de-ch.md | 2 +- README.de.md | 2 +- README.es.md | 2 +- README.fr.md | 2 +- README.it.md | 2 +- README.ja.md | 2 +- README.kr.md | 2 +- README.md | 2 +- README.pt-br.md | 2 +- README.sv.md | 2 +- docs/source/introduction.rst | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f039614d..63e31e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1481,7 +1481,7 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr ### Fixed -- Readme links in Pypi +- Readme links in PyPI ## [0.4.0] - 2020-02-22 diff --git a/README.cn.md b/README.cn.md index 070c9fd3..f7cb2768 100644 --- a/README.cn.md +++ b/README.cn.md @@ -37,7 +37,7 @@ Rich 还可以与[Jupyter 笔记本](https://jupyter.org/)一起使用,而无 ## 安装说明 -使用`pip`或其他 PyPi 软件包管理器进行安装。 +使用`pip`或其他 PyPI 软件包管理器进行安装。 ``` pip install rich diff --git a/README.de-ch.md b/README.de-ch.md index 0cd9ff6a..3abc161a 100644 --- a/README.de-ch.md +++ b/README.de-ch.md @@ -37,7 +37,7 @@ Rich funktioniert mit [Jupyter notebooks](https://jupyter.org/) ohni irgendwelch ## Installation -Installation mit `pip` oder mit dim liäblings PyPi Päckli-Mangager. +Installation mit `pip` oder mit dim liäblings PyPI Päckli-Mangager. ``` pip install rich diff --git a/README.de.md b/README.de.md index a0f90034..3e419ae6 100644 --- a/README.de.md +++ b/README.de.md @@ -37,7 +37,7 @@ Rich funktioniert ohne zusätzliche Konfiguration mit [Jupyter Notebooks](https: ## Installation -Installation mit `pip` oder deinem bevorzugten PyPi-Paketmanager. +Installation mit `pip` oder deinem bevorzugten PyPI-Paketmanager. ``` python -m rich diff --git a/README.es.md b/README.es.md index 9021f946..5edad690 100644 --- a/README.es.md +++ b/README.es.md @@ -37,7 +37,7 @@ Rich funciona con [Jupyter notebooks](https://jupyter.org/) sin necesidad de con ## Instalación -Instale con `pip` o su administrador de paquetes PyPi favorito. +Instale con `pip` o su administrador de paquetes PyPI favorito. ``` pip install rich diff --git a/README.fr.md b/README.fr.md index ee4566f7..13da8650 100644 --- a/README.fr.md +++ b/README.fr.md @@ -37,7 +37,7 @@ Rich fonctionne avec les notebooks Jupyter sans configuration supplémentaire. ## Installation -Installez avec `pip` ou votre gestionnaire de paquets Pypi préféré. +Installez avec `pip` ou votre gestionnaire de paquets PyPI préféré. ``` pip install rich diff --git a/README.it.md b/README.it.md index a2434201..738f8b5f 100644 --- a/README.it.md +++ b/README.it.md @@ -37,7 +37,7 @@ Rich funziona con i [Jupyter notebooks](https://jupyter.org/) senza configurazio ## Installazione -Installa con `pip` o il tuo PyPi package manager preferito. +Installa con `pip` o il tuo PyPI package manager preferito. ```shell pip install rich diff --git a/README.ja.md b/README.ja.md index a71b36ff..93c87c95 100644 --- a/README.ja.md +++ b/README.ja.md @@ -37,7 +37,7 @@ Richは追加の設定を行わずとも、[Jupyter notebooks](https://jupyter.o ## インストール -`pip` や、あなたのお気に入りのPyPiパッケージマネージャを使ってインストールしてください。 +`pip` や、あなたのお気に入りのPyPIパッケージマネージャを使ってインストールしてください。 ``` pip install rich diff --git a/README.kr.md b/README.kr.md index 2b09c9f0..b0a3508b 100644 --- a/README.kr.md +++ b/README.kr.md @@ -37,7 +37,7 @@ Rich는 [Jupyter notebooks](https://jupyter.org/)에서 별도의 설정없이 ## 설치 -`pip` 또는 좋아하는 Pypi 패키지 매니저로 설치하세요. +`pip` 또는 좋아하는 PyPI 패키지 매니저로 설치하세요. ``` pip install rich diff --git a/README.md b/README.md index dabe67a4..ecd7a65c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Rich works with [Jupyter notebooks](https://jupyter.org/) with no additional con ## Installing -Install with `pip` or your favorite PyPi package manager. +Install with `pip` or your favorite PyPI package manager. ``` pip install rich diff --git a/README.pt-br.md b/README.pt-br.md index 1e045182..677f0782 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -36,7 +36,7 @@ Rich funciona com [Jupyter notebooks](https://jupyter.org/) sem a necessidade de ## Instalação -Instale usando `pip` ou seu gerenciador de pacotes PyPi favorito. +Instale usando `pip` ou seu gerenciador de pacotes PyPI favorito. ``` pip install rich diff --git a/README.sv.md b/README.sv.md index d6cf9968..e14e5207 100644 --- a/README.sv.md +++ b/README.sv.md @@ -36,7 +36,7 @@ Rich funkar med [Jupyter notebooks](https://jupyter.org/) utan någon ytterligar ## Installering -Installera med `pip` eller din favorita PyPi packet hanterare. +Installera med `pip` eller din favorita PyPI packet hanterare. ``` pip install rich diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 3ab6e084..bcbe906e 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -20,7 +20,7 @@ Rich requires Python 3.6.1 and above. Note that Python 3.6.0 is *not* supported Installation ------------ -You can install Rich from PyPi with `pip` or your favorite package manager:: +You can install Rich from PyPI with `pip` or your favorite package manager:: pip install rich