Python bindings: fix typo.

llvm-svn: 165375
This commit is contained in:
Benjamin Kramer 2012-10-07 11:51:45 +00:00
parent 7c52cc4c77
commit 8aa41a0908
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ CursorKind.TEMPLATE_TYPE_PARAMETER = CursorKind(27)
CursorKind.TEMPLATE_NON_TYPE_PARAMETER = CursorKind(28)
# A C++ template template parameter.
CursorKind.TEMPLATE_TEMPLATE_PARAMTER = CursorKind(29)
CursorKind.TEMPLATE_TEMPLATE_PARAMETER = CursorKind(29)
# A C++ function template.
CursorKind.FUNCTION_TEMPLATE = CursorKind(30)