Commit 28f4d205 authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Fixed typo.

parent a80d1bd2
...@@ -66,8 +66,7 @@ Object Protocol ...@@ -66,8 +66,7 @@ Object Protocol
``o.attr_name = v``. ``o.attr_name = v``.
.. cfunction:: int PyObject_GenericSetAttr(PyObject *o, PyObject *name, PyObject .. cfunction:: int PyObject_GenericSetAttr(PyObject *o, PyObject *name, PyObject *value)
*value)
Generic attribute setter function that is meant to be put into a type 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 object's ``tp_setattro`` slot. It looks for a data descriptor in the
......
...@@ -600,7 +600,7 @@ of each one. ...@@ -600,7 +600,7 @@ of each one.
.. data:: U .. data:: U
UNICODE UNICODE
:index: :noindex:
Make ``\w``, ``\W``, ``\b``, ``\B``, ``\d``, ``\D``, ``\s`` and ``\S`` Make ``\w``, ``\W``, ``\b``, ``\B``, ``\d``, ``\D``, ``\s`` and ``\S``
dependent on the Unicode character properties database. dependent on the Unicode character properties database.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment