From 4fe043ffcc6367e01c9ba1fa56b8356ad4206331 Mon Sep 17 00:00:00 2001 From: "SND\\EreTIk_cp" Date: Fri, 29 Jun 2012 13:10:12 +0000 Subject: [PATCH] [0.1.x] ~ bitPos.__doc__ git-svn-id: https://pykd.svn.codeplex.com/svn@77669 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd/pymod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykd/pymod.cpp b/pykd/pymod.cpp index 9e87344..2aeba4e 100644 --- a/pykd/pymod.cpp +++ b/pykd/pymod.cpp @@ -770,7 +770,7 @@ BOOST_PYTHON_MODULE( pykd ) .def( "baseType", &pyDia::Symbol::getBaseType, "Retrieves the base type for this symbol") .def( "bitPos", &pyDia::Symbol::getBitPosition, - "Retrieves the base type for this symbol") + "Retrieves the bit position of location") .def( "indexId", &pyDia::Symbol::getIndexId, "Retrieves the unique symbol identifier") .def( "udtKind", &pyDia::Symbol::getUdtKind,