BUG: Fix typo in get_property documentation

Add some missing whitespace to fix formatting of the documentation.
This commit is contained in:
Brad King 2008-09-04 13:15:18 -04:00
parent 92a51377a1
commit 4bf27d31fc
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public:
"of the property to get. " "of the property to get. "
"If the property is not set an empty value is returned. " "If the property is not set an empty value is returned. "
"If the SET option is given the variable is set to a boolean " "If the SET option is given the variable is set to a boolean "
"value indicating whether the property has been set." "value indicating whether the property has been set. "
"If the DEFINED option is given the variable is set to a boolean " "If the DEFINED option is given the variable is set to a boolean "
"value indicating whether the property has been defined " "value indicating whether the property has been defined "
"such as with define_property. " "such as with define_property. "