From d4a9da28e8b7bc6e2952faa3bdfec314ff4cbb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 5 Aug 2015 12:47:37 +0200 Subject: Doc fix: rather then -> rather than --- source/blender/python/intern/bpy_rna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c index e74eaefc2b0..bd07c7370a4 100644 --- a/source/blender/python/intern/bpy_rna.c +++ b/source/blender/python/intern/bpy_rna.c @@ -3357,7 +3357,7 @@ static PyObject *pyrna_prop_path_from_id(BPy_PropertyRNA *self) PyDoc_STRVAR(pyrna_prop_as_bytes_doc, ".. method:: as_bytes()\n" "\n" -" Returns this string property as a byte rather then a python string.\n" +" Returns this string property as a byte rather than a python string.\n" "\n" " :return: The string as bytes.\n" " :rtype: bytes\n" -- cgit v1.2.3