From 92e44bd9b9025632ffd3cf10c4412ae66cea29ff Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 24 Jul 2024 22:36:06 +0200 Subject: [PATCH] Small update of doc. --- src/db/db/gsiDeclDbShape.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbShape.cc b/src/db/db/gsiDeclDbShape.cc index b757703c6..36e6ee4d4 100644 --- a/src/db/db/gsiDeclDbShape.cc +++ b/src/db/db/gsiDeclDbShape.cc @@ -1376,7 +1376,7 @@ Class decl_Shape ("db", "Shape", ) + gsi::method_ext ("properties", &get_properties, "@brief Gets the user properties\n" - "This method is a convenience method that gets the properties of the shape as a hash. " + "This method is a convenience method that gets the properties of the shape as a single hash.\n" "\n" "This method has been introduced in version 0.29.5." ) +