python.rst
changeset 2228 837f1337c59b
parent 1930 830777b3bb5d
child 2230 9e6ad6607a9e
--- a/python.rst	Sat Feb 10 01:28:53 2018 +0200
+++ b/python.rst	Sat Feb 10 01:30:24 2018 +0200
@@ -9,7 +9,7 @@
 Licence and history of Python.
 ==============================
 
-  http://docs.python.org/dev/license.htm
+* http://docs.python.org/dev/license.htm
 
 Byte compile .py and check for errors.
 ======================================
@@ -20,8 +20,8 @@
 Install python modules/packages.
 ================================
 
-  http://wiki.python.org/moin/CheeseShopTutorial
-                Installing Distributions from the Python Package Index (Start Here)
+http://wiki.python.org/moin/CheeseShopTutorial
+  Installing Distributions from the Python Package Index (Start Here)
 
 Uninstall python modules.
 =========================
@@ -60,13 +60,13 @@
 Pylint.
 -------
 
-  http://www.logilab.org/857
-  http://pypi.python.org/pypi/pylint
+* http://www.logilab.org/857
+* http://pypi.python.org/pypi/pylint
 
 PyChecker.
 ----------
 
-  http://pychecker.sourceforge.net/
+* http://pychecker.sourceforge.net/
 
 Debugging Python code.
 ======================
@@ -81,14 +81,14 @@
 
 See:
 
-  http://docs.python.org/library/pprint.html
-    Doc page.
+http://docs.python.org/library/pprint.html
+  Doc page.
 
 Trace Python execution.
 =======================
 
-  http://python-ptrace.hachoir.org/trac
-    python-ptrace by Victor Stinner
-  http://subterfugue.org/
-    subterfugue
+http://python-ptrace.hachoir.org/trac
+  python-ptrace by Victor Stinner
+http://subterfugue.org/
+  subterfugue