summaryrefslogtreecommitdiff
path: root/Doc/library/ctypes.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-19 10:58:56 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-19 10:58:56 +0300
commit0ab6fc6fe33837bc950d2cb0a5cf2a25579f8f3e (patch)
tree8fd27608ee56d780ecf2ed9385348fb47e5d530f /Doc/library/ctypes.rst
parentd85d660c8b9021cd1f133ee267742282ddf5b214 (diff)
downloadcpython-0ab6fc6fe33837bc950d2cb0a5cf2a25579f8f3e.tar.gz
Remove duplication.
Diffstat (limited to 'Doc/library/ctypes.rst')
-rw-r--r--Doc/library/ctypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index b868a952f7..fce59135ac 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1958,7 +1958,7 @@ Utility functions
.. function:: string_at(address, size=-1)
- This function returns the C string starting at memory address address as a bytes
+ This function returns the C string starting at memory address *address* as a bytes
object. If size is specified, it is used as size, otherwise the string is assumed
to be zero-terminated.