From: Sandro Tosi Date: Fri, 1 Jun 2012 18:23:20 +0000 (+0200) Subject: Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck X-Git-Tag: v3.3.0b1~312^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f7d1d33030c3cd7bedf78c746d2641e5d444600;p=thirdparty%2FPython%2Fcpython.git Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck --- diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 9ba7f41104ea..3860880bf0ec 100644 --- a/Doc/library/operator.rst +++ b/Doc/library/operator.rst @@ -404,7 +404,7 @@ Python syntax and the functions in the :mod:`operator` module. +-----------------------+-------------------------+---------------------------------------+ Inplace Operators -================= +----------------- Many operations have an "in-place" version. Listed below are functions providing a more primitive access to in-place operators than the usual syntax