From e72b586b02f0e01764fab0f9a26c5f7cf683f3cd Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 12 Dec 2010 20:13:31 +0000 Subject: Fix heading level --- Doc/library/random.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 33ab5e5..c5a5666 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:: -- cgit v0.12