diff options
| author | Georg Brandl <georg@python.org> | 2009-01-03 21:31:47 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-03 21:31:47 +0000 |
| commit | 06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b (patch) | |
| tree | 15223833b7a65c16ebd96233baa98d7997399dd9 /Doc/extending | |
| parent | d509788f98e5ee6ecc638daf3be27493ae74640a (diff) | |
| download | cpython-git-06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b.tar.gz | |
Fix a few remaining problems found by rstlint.
Diffstat (limited to 'Doc/extending')
| -rw-r--r-- | Doc/extending/newtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/newtypes.rst b/Doc/extending/newtypes.rst index ab84a83ce2..1484c7997f 100644 --- a/Doc/extending/newtypes.rst +++ b/Doc/extending/newtypes.rst @@ -1216,7 +1216,7 @@ Here is an example:: PyErr_Format(PyExc_AttributeError, "'%.50s' object has no attribute '%.400s'", - tp->tp_name, name); + tp->tp_name, name); return NULL; } |
