Documentation updates: Replaced "string" with "str".

This commit is contained in:
2010-05-28 18:42:11 +00:00
parent 11e8782d01
commit db158b42de
33 changed files with 43 additions and 43 deletions

View File

@@ -59,9 +59,9 @@ static char ContextFunctions_LoadMapCF___doc__[] =
" Loads an image map for further reading.\n"
"\n"
" :arg iFileName: The name of the image file.\n"
" :type iFileName: string\n"
" :type iFileName: str\n"
" :arg iMapName: The name that will be used to access this image.\n"
" :type iMapName: string\n"
" :type iMapName: str\n"
" :arg iNbLevels: The number of levels in the map pyramid\n"
" (default = 4). If iNbLevels == 0, the complete pyramid is\n"
" built.\n"
@@ -90,7 +90,7 @@ static char ContextFunctions_ReadMapPixelCF___doc__[] =
" Reads a pixel in a user-defined map.\n"
"\n"
" :arg iMapName: The name of the map.\n"
" :type iMapName: string\n"
" :type iMapName: str\n"
" :arg level: The level of the pyramid in which we wish to read the\n"
" pixel.\n"
" :type level: int\n"