Skip to content

Commit

Permalink
Update encoding in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe authored and Michael Howitz committed Jun 20, 2018
1 parent cd6f23f commit 8e024ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocumentTemplate/cDocumentTemplate.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ static struct PyMethodDef Module_Level__methods[] = {
"join a list of plain strings into a single plain string,\n"
"a list of unicode strings into a single unicode strings,\n"
"or a list containing a mix into a single unicode string with\n"
"the plain strings converted from latin-1"},
"the plain strings converted from UTF-8"},
{"safe_callable", (PyCFunction)safe_callable, METH_VARARGS,
"callable() with a workaround for a problem with ExtensionClasses\n"
"and __call__()."},
Expand Down

0 comments on commit 8e024ce

Please sign in to comment.