From 14c198b14647a20b1f0a2c9c626ade01e5680e47 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 3 Apr 1998 07:11:32 +0000 Subject: [PATCH] Talk about some minor nits... --- Doc/lib/libpprint.tex | 8 ++++---- Doc/libpprint.tex | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index 80625765a1a..6c499df6793 100644 --- a/Doc/lib/libpprint.tex +++ b/Doc/lib/libpprint.tex @@ -103,7 +103,7 @@ parameters for formatting are used. \begin{funcdesc}{isreadable}{object} Determine if the formatted representation of \var{object} is ``readable,'' or can be used to reconstruct the value using -\function{eval()}\bifuncindex{eval}. Note that this returns false for +\function{eval()}\bifuncindex{eval}. This always returns false for recursive objects. \begin{verbatim} @@ -131,9 +131,9 @@ representation is not otherwise formatted. % the right margin. \begin{verbatim} >>> pprint.saferepr(stuff) -"[, '', '/usr/local/lib/python1.4', '/usr/loca -l/lib/python1.4/test', '/usr/local/lib/python1.4/sunos5', '/usr/local/lib/python -1.4/sharedmodules', '/usr/local/lib/python1.4/tkinter']" +"[, '', '/usr/local/lib/python1.5', '/usr/loca +l/lib/python1.5/test', '/usr/local/lib/python1.5/sunos5', '/usr/local/lib/python +1.5/sharedmodules', '/usr/local/lib/python1.5/tkinter']" \end{verbatim} diff --git a/Doc/libpprint.tex b/Doc/libpprint.tex index 80625765a1a..6c499df6793 100644 --- a/Doc/libpprint.tex +++ b/Doc/libpprint.tex @@ -103,7 +103,7 @@ parameters for formatting are used. \begin{funcdesc}{isreadable}{object} Determine if the formatted representation of \var{object} is ``readable,'' or can be used to reconstruct the value using -\function{eval()}\bifuncindex{eval}. Note that this returns false for +\function{eval()}\bifuncindex{eval}. This always returns false for recursive objects. \begin{verbatim} @@ -131,9 +131,9 @@ representation is not otherwise formatted. % the right margin. \begin{verbatim} >>> pprint.saferepr(stuff) -"[, '', '/usr/local/lib/python1.4', '/usr/loca -l/lib/python1.4/test', '/usr/local/lib/python1.4/sunos5', '/usr/local/lib/python -1.4/sharedmodules', '/usr/local/lib/python1.4/tkinter']" +"[, '', '/usr/local/lib/python1.5', '/usr/loca +l/lib/python1.5/test', '/usr/local/lib/python1.5/sunos5', '/usr/local/lib/python +1.5/sharedmodules', '/usr/local/lib/python1.5/tkinter']" \end{verbatim}