summaryrefslogtreecommitdiff
path: root/_dbus_bindings/containers.c
diff options
context:
space:
mode:
Diffstat (limited to '_dbus_bindings/containers.c')
-rw-r--r--_dbus_bindings/containers.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/_dbus_bindings/containers.c b/_dbus_bindings/containers.c
index 1355ace..3691a65 100644
--- a/_dbus_bindings/containers.c
+++ b/_dbus_bindings/containers.c
@@ -253,11 +253,7 @@ PyDoc_STRVAR(Dict_tp_doc,
"\n"
"``signature`` is either a string or None. If a string, it must consist\n"
"of exactly two complete type signatures, representing the 'key' type\n"
-"(which must be a primitive type, i.e. one of \"bd"
-#ifdef WITH_DBUS_FLOAT32
-"f"
-#endif
-"ginoqstuxy\")\n"
+"(which must be a primitive type, i.e. one of \"bdginoqstuxy\")\n"
"and the 'value' type. The signature of the whole Dictionary will be\n"
"``a{xx}`` where ``xx`` is replaced by the given signature.\n"
"\n"