mirror of https://github.com/python/cpython
Fixed typo.
This commit is contained in:
parent
a80d1bd2c8
commit
28f4d20508
|
@ -66,8 +66,7 @@ Object Protocol
|
|||
``o.attr_name = v``.
|
||||
|
||||
|
||||
.. cfunction:: int PyObject_GenericSetAttr(PyObject *o, PyObject *name, PyObject
|
||||
*value)
|
||||
.. cfunction:: int PyObject_GenericSetAttr(PyObject *o, PyObject *name, PyObject *value)
|
||||
|
||||
Generic attribute setter function that is meant to be put into a type
|
||||
object's ``tp_setattro`` slot. It looks for a data descriptor in the
|
||||
|
|
|
@ -600,7 +600,7 @@ of each one.
|
|||
|
||||
.. data:: U
|
||||
UNICODE
|
||||
:index:
|
||||
:noindex:
|
||||
|
||||
Make ``\w``, ``\W``, ``\b``, ``\B``, ``\d``, ``\D``, ``\s`` and ``\S``
|
||||
dependent on the Unicode character properties database.
|
||||
|
|
Loading…
Reference in New Issue