From: Antoine Pitrou Date: Sun, 12 Dec 2010 20:13:31 +0000 (+0000) Subject: Fix heading level X-Git-Tag: v3.2b2~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e72b586b02f0e01764fab0f9a26c5f7cf683f3cd;p=python Fix heading level --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 33ab5e5b49..c5a566600b 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -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::