[issue44754] Documentation for pop in Built-in Types

Mark Gluzman report at bugs.python.org
Tue Jul 27 19:23:07 EDT 2021


New submission from Mark Gluzman <mg2289 at cornell.edu>:

Python documentation: v.3.9.6 
The Python Standard Library >> Built-in Types >> Mutable Sequence Types

The table says that 'pop' operation should be written as 
s.pop([i]) 

The right way to do it is 
s.pop(i)

----------
assignee: docs at python
components: Documentation
messages: 398329
nosy: docs at python, mark-gluzman
priority: normal
severity: normal
status: open
title: Documentation for pop in Built-in Types
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44754>
_______________________________________


More information about the Python-bugs-list mailing list