s/isinctance/isinstance/ in the $subject
On Sat, Mar 17, 2018 at 02:23:19PM +0000, Radostin Stoyanov wrote:
The isinstance() function [1] returns true if an object argument is
an
instance of a classinfo argument or of a direct, indirect subclass
thereof.
1:
https://docs.python.org/3/library/functions.html#isinstance
Signed-off-by: Radostin Stoyanov <rstoyanov1(a)gmail.com>
---
docs/apibuild.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com>
Regards,
Daniel
--
|: