Function
zope.formlib.form.expandPrefix

Signature

expandPrefix(prefix)

Documentation String

Expand prefix string by adding a trailing period if needed.

expandPrefix(p) should be used instead of p+. in most contexts.