8000 Simplify descriptions of attributes. · python/cpython@90fb47f · GitHub
[go: up one dir, main page]

Skip to content

Commit 90fb47f

Browse files
committed
Simplify descriptions of attributes.
1 parent 857fef5 commit 90fb47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ctypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,11 +1818,11 @@ different ways, depending on the type and number of the parameters in the call:
18181818

18191819
.. attribute:: text
18201820

1821-
A string containing the error message or ``None``.
1821+
The error message.
18221822

18231823
.. attribute:: details
18241824

1825-
A tuple of length 5 representing additional details about the error.
1825+
The 5-tuple representing additional details about the error.
18261826

18271827
The optional *paramflags* parameter creates foreign function wrappers with much
18281828
more functionality than the features described above.

0 commit comments

Comments
 (0)
0