get_definitions -> get_definition

This commit is contained in:
David Halter
2012-09-04 18:47:07 +02:00
parent cf953c9d02
commit 686c675b6d
3 changed files with 4 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ have the following objects available:
> Similar to complete. The returned `functions.Definition` objects contain
> information about the definitions found.
`get_definitions`
`get_definition`
> A mostly for tests used function. Like goto, but follows statements and
> imports and doesn't break there. You probably don't want to use this
> function. It's mostly for testing.