aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 1e65f0b..91f2289 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -890,8 +890,7 @@ example:
On an argument, this attribute indicates that the function does not
dereference that pointer argument, even though it may read or write the
- memory that the pointer points to through if accessed through other
- pointers.
+ memory that the pointer points to if accessed through other pointers.
``readonly``
On a function, this attribute indicates that the function does not write
through any pointer arguments (including ``byval`` arguments) or otherwise