summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/libpq++.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml
index 4e253d31f49..acbf823f818 100644
--- a/doc/src/sgml/libpq++.sgml
+++ b/doc/src/sgml/libpq++.sgml
@@ -351,7 +351,7 @@
<synopsis>
int PgConnection::ExecTuplesOk(const char *query)
</synopsis>
- Returns TRUE if the command query succeeds and there are tuples to be retrieved.
+ Returns TRUE if the command query succeeds.
</para>
</listitem>
<listitem>