Doc fix: rather then -> rather than

This commit is contained in:
2015-08-05 12:47:37 +02:00
parent 7742926403
commit d4a9da28e8
7 changed files with 12 additions and 12 deletions

View File

@@ -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"