Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-28 22:42:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-28 22:42:11 +0400
commitdb158b42deecf317e609cdd9b157e2b8a5133d99 (patch)
tree2cea1942fddc2a6297f86477ca42204951fca86e /source/blender/freestyle/intern/python/UnaryFunction1D
parent11e8782d01444c102ef111df39929207d3a4b145 (diff)
Documentation updates: Replaced "string" with "str".
Diffstat (limited to 'source/blender/freestyle/intern/python/UnaryFunction1D')
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp2
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp2
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp2
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp2
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp2
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp2
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp2
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp
index ce9f28719f1..ac61161f65c 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp
@@ -165,7 +165,7 @@ static char UnaryFunction1DDouble_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * UnaryFunction1DDouble_getName( BPy_UnaryFunction1DDouble *self )
{
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp
index 08f78e2f83e..be58cbdaa35 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp
@@ -86,7 +86,7 @@ static char UnaryFunction1DEdgeNature_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * UnaryFunction1DEdgeNature_getName( BPy_UnaryFunction1DEdgeNature *self )
{
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp
index f7086335038..04e98e683d1 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp
@@ -79,7 +79,7 @@ static char UnaryFunction1DFloat_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * UnaryFunction1DFloat_getName( BPy_UnaryFunction1DFloat *self )
{
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp
index 7cd37c25552..74d9a858efa 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp
@@ -86,7 +86,7 @@ static char UnaryFunction1DUnsigned_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * UnaryFunction1DUnsigned_getName( BPy_UnaryFunction1DUnsigned *self )
{
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp
index fd3e4c9ea91..4bbe40cfdef 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp
@@ -92,7 +92,7 @@ static char UnaryFunction1DVec2f_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * UnaryFunction1DVec2f_getName( BPy_UnaryFunction1DVec2f *self )
{
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp
index 55c8f3c7926..6682dbb7904 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp
@@ -86,7 +86,7 @@ static char UnaryFunction1DVec3f_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
PyObject * UnaryFunction1DVec3f_getName( BPy_UnaryFunction1DVec3f *self )
{
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp
index e59aeefff52..54827871861 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp
@@ -99,7 +99,7 @@ static char UnaryFunction1DVectorViewShape_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * UnaryFunction1DVectorViewShape_getName( BPy_UnaryFunction1DVectorViewShape *self )
{
diff --git a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp
index ceb20f512aa..8bfb5dde6eb 100644
--- a/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp
+++ b/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp
@@ -99,7 +99,7 @@ static char UnaryFunction1DVoid_getName___doc__[] =
" Returns the name of the unary 1D function.\n"
"\n"
" :return: The name of the unary 1D function.\n"
-" :rtype: string\n";
+" :rtype: str\n";
static PyObject * UnaryFunction1DVoid_getName( BPy_UnaryFunction1DVoid *self )
{