diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml
index 5c90c18b1f..7e0b85d6af 100644
--- a/doc/src/sgml/ref/drop_table.sgml
+++ b/doc/src/sgml/ref/drop_table.sgml
@@ -1,5 +1,5 @@
@@ -120,7 +120,7 @@ ERROR Relation "name" Does Not Exis
To destroy two tables, films and
- distributors:
+ distributors:
DROP TABLE films, distributors;