From 61d2886491944a50fa888ff23f4c1058136320a1 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 7 Jan 2008 18:57:03 +0000 Subject: Fix two further doc build warnings. --- Doc/library/stdtypes.rst | 3 ++- Doc/using/cmdline.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index de0a780..73aefad 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -469,8 +469,9 @@ the iteration methods. One method needs to be defined for container objects to provide iteration support: +.. XXX duplicated in reference/datamodel! -.. method:: object.__iter__() +.. method:: container.__iter__() Return an iterator object. The object is required to support the iterator protocol described below. If a container supports different types of diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 12aa0f2..cee79d9 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -441,10 +441,10 @@ These environment variables influence Python's behavior. Debug-mode variables --------------------- +~~~~~~~~~~~~~~~~~~~~ Setting these variables only has an effect in a debug build of Python, that is, -if Python was configured with the :opt:`--with-pydebug` build option. +if Python was configured with the :option:`--with-pydebug` build option. .. envvar:: PYTHONTHREADDEBUG -- cgit v0.12