commit | 17ff29d061d79a6c4f78a679dac6f9461f496f4a | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Sep 30 13:00:34 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Sep 30 13:00:34 2008 +0000 |
tree | e9c82ef80481f1d91915ddef46ec8489b2da625f | |
parent | 83b3910e61f07736f9147e0d87e011e0d34ed328 [diff] [blame] |
Markup fix
diff --git a/Doc/c-api/number.rst b/Doc/c-api/number.rst index 3602287..b1458b3 100644 --- a/Doc/c-api/number.rst +++ b/Doc/c-api/number.rst
@@ -285,7 +285,7 @@ .. cfunction:: PyObject* PyNumber_Index(PyObject *o) Returns the *o* converted to a Python int or long on success or *NULL* with a - TypeError exception raised on failure. + :exc:`TypeError` exception raised on failure. .. versionadded:: 2.5