diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/operator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 9ba7f41..3860880 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 |