Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/source/python/concept.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/python/concept.rst')
-rw-r--r--docs/source/python/concept.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/source/python/concept.rst b/docs/source/python/concept.rst
index ca184c4..b6db185 100644
--- a/docs/source/python/concept.rst
+++ b/docs/source/python/concept.rst
@@ -27,7 +27,10 @@ PEPs
PEPs = propositions d'évolutions pour Python (Python Enhancement Proposal):
* PEP 8 - Style Guide for Python Code
- * PEP 20 - The Zen of Python::
+ * PEP 20 - The Zen of Python
+
+
+Voici le texte::
~$ python
>>> import this
@@ -58,7 +61,10 @@ Tout en un
----------
* Livré “batteries incluses”
- * Librairies pour son apprentissage::
+ * Librairies pour son apprentissage
+
+
+Exemple::
~$ python
>>> import turtle