]> granicus.if.org Git - python/commitdiff
Fix heading level
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:13:31 +0000 (20:13 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:13:31 +0000 (20:13 +0000)
Doc/library/random.rst

index 33ab5e5b49fff495be0f76b25313c185ef3dd057..c5a566600b271c58038cc4c7ed296807f4e717e9 100644 (file)
@@ -259,7 +259,7 @@ Alternative Generator:
 
 
 Notes on Reproducibility
-========================
+------------------------
 
 Sometimes it is useful to be able to reproduce the sequences given by a pseudo
 random number generator.  By re-using a seed value, the same sequence should be
@@ -277,7 +277,7 @@ change across Python versions, but two aspects are guaranteed not to change:
 .. _random-examples:
 
 Examples and Recipes
-====================
+--------------------
 
 Basic usage::