Skip to content

Commit 8f215a8

Browse files
committed
README fixes.
1 parent a9352e9 commit 8f215a8

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.es-ES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> Esta es una colección de scripts de Python divididos en [categorías](#contenido) que contienen
66
ejemplos de código con sus explicaciones, diferentes usos y links a recursos adicionales.
77

8-
_Lee esto en:_ [_Inglés_](README.md), [_Portugués_](README.pt-BR.md).
8+
> _Lee esto en:_ [_Inglés_](README.md), [_Portugués_](README.pt-BR.md), _Traditional Chinese_](README.zh-TW.md).
99
1010
Es un **playground** ya que puedes cambiar o añadir cosas al código para ver
1111
cómo funciona y [probarlo](#probando-el-código) usando aserciones. También puedes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> This is a collection of Python scripts that are split by [topics](#table-of-contents) and contain
66
code examples with explanations, different use cases and links to further readings.
77

8-
_Read this in:_ [_Português_](README.pt-BR.md), [_Español_](README.es-ES.md), [_Traditional Chinese_](README.zh-TW.md).
8+
> _Read this in:_ [_Português_](README.pt-BR.md), [_Español_](README.es-ES.md), [_Traditional Chinese_](README.zh-TW.md).
99
1010
It is a **playground** because you may change or add the code to see how it works
1111
and [test it out](#testing-the-code) using assertions. It also allows you

README.pt-BR.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
> Essa é uma coleção de scripts Python dividida em [tópicos](#índice) que contém
66
exemplos de código com explicações, diferentes usos e links para outras leituras.
77

8-
_Ler em:_ [_English_](README.md), [_Español_](README.es-ES.md).
9-
10-
_Ler em_ [_Traditional Chinese_](README.zh-TW.md).
8+
> _Ler em:_ [_English_](README.md), [_Español_](README.es-ES.md), [_Traditional Chinese_](README.zh-TW.md).
119
1210
É um **playground** porque você pode fazer alterações no código para ver como ele se comporta,
1311
além de [testá-lo](#testando-o-código) usando asserções. Também é possível

README.zh-TW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> 此專案依據 [目錄](#目錄) 分類收集了 Python 腳本,包含了程式碼範例及解釋、不同的使用情境以及衍伸閱讀連結。
66
7-
_閱讀英文原始版本:_ [_English_](README.md), [_Português_](README.pt-BR.md).
7+
> _閱讀英文原始版本:_ [_English_](README.md), [_Português_](README.pt-BR.md), [_Español_](README.es-ES.md).
88
99
此專案名稱之所以叫做 **練習場(Playground)**,是因為您可以修改或是新增程式碼至範例中去觀察程式執行流程並使用斷言關鍵字(assert)來 [測試程式](#測試程式)。同時,此專案也使用了業界常用的工具來 [檢查程式碼](#檢查程式碼),確保您所撰寫的程式碼符合官方建議的 Python 程式碼風格規範。
1010

0 commit comments

Comments
 (0)