projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b2a56b
)
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
author
Sandro Tosi
<sandro.tosi@gmail.com>
Fri, 1 Jun 2012 18:23:20 +0000
(20:23 +0200)
committer
Sandro Tosi
<sandro.tosi@gmail.com>
Fri, 1 Jun 2012 18:23:20 +0000
(20:23 +0200)
Doc/library/operator.rst
patch
|
blob
|
history
diff --git
a/Doc/library/operator.rst
b/Doc/library/operator.rst
index 9ba7f41104eacdc77640da376fc8cd358d21e372..3860880bf0ec110f8ff8acee19022c5ecdbd8962 100644
(file)
--- 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