Fix accidentally copy-pasted docstring

This commit is contained in:
baldurk
2018-05-24 22:47:54 +01:00
parent 9702d214c0
commit ec356da027
+2 -2
View File
@@ -418,8 +418,8 @@ struct SDObject
#endif
// these are common to both python and C++
DOCUMENT(R"(Interprets the object as a :class:`ResourceId` and returns its value.
Invalid if the object is not actually a :class:`ResourceId`.
DOCUMENT(R"(Interprets the object as a ``bool`` and returns its value.
Invalid if the object is not actually a ``bool``.
)");
inline bool AsBool() { return data.basic.b; }
// these are common to both python and C++