Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorent <florent.pigout@gmail.com>2011-07-12 19:39:03 (GMT)
committer florent <florent.pigout@gmail.com>2011-07-12 19:39:03 (GMT)
commit7c7cb917c7ae706071b2c5af9731920cfeca16bb (patch)
treec9fb2ae3f6c1f38ebb70c889832e8f15bf914745
parentaa363d42a41243f4e41fc6c5b3a575232577fdf2 (diff)
fix small format issue
-rw-r--r--docs/source/activity/index.rst2
-rw-r--r--docs/source/python/concept.rst10
-rw-r--r--docs/source/python/origine.rst4
3 files changed, 11 insertions, 5 deletions
diff --git a/docs/source/activity/index.rst b/docs/source/activity/index.rst
index ebfd075..c58c1b5 100644
--- a/docs/source/activity/index.rst
+++ b/docs/source/activity/index.rst
@@ -2,7 +2,7 @@
My première WebApp Sugar
-=======================
+========================
Récupération de AToiDeWeb
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
diff --git a/docs/source/python/origine.rst b/docs/source/python/origine.rst
index 49e6773..67908a3 100644
--- a/docs/source/python/origine.rst
+++ b/docs/source/python/origine.rst
@@ -13,8 +13,8 @@ Un langage de programmation
* Gestion automatique de la mémoire
- Guido van Rossum
- ----------------
+Guido van Rossum
+----------------
* Benevolent Dictator For Life de Python
* Première release du langage en Février 1991