Skip to content

Commit c9ab531

Browse files
committed
Fix typo
1 parent 2a46e9e commit c9ab531

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

tests/format.vader

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set et sw=4 ts=4 tw=79:
22

3-
Execute (Setup template dir):
3+
Execute (Setup template formatter):
44
Save g:pydocstring_formatter
55
let g:pydocstring_formatter = 'sphinx'
66

@@ -18,7 +18,7 @@ Given python (Format all):
1818

1919
Execute:
2020
:PydocstringFormat
21-
:sleep 500m
21+
:sleep 1
2222

2323
Expect python:
2424
class Foo:

tests/google.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set et sw=4 ts=4 tw=79:
22

3-
Execute (Setup template dir):
3+
Execute (Setup template formatter):
44
Save g:pydocstring_formatter
55
let g:pydocstring_formatter = 'google'
66

tests/numpy.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set et sw=4 ts=4 tw=79:
22

3-
Execute (Setup template dir):
3+
Execute (Setup template formatter):
44
Save g:pydocstring_formatter
55
let g:pydocstring_formatter = 'numpy'
66

tests/sphinx.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim:set et sw=4 ts=4 tw=79:
22

3-
Execute (Setup template dir):
3+
Execute (Setup template formatter):
44
Save g:pydocstring_formatter
55
let g:pydocstring_formatter = 'sphinx'
66

tests/template.vader

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# vim:set et sw=4 ts=4 tw=79:
22

3-
Execute (Setup template dir):
3+
Execute (Setup template path):
44
Save g:pydocstring_templates_path
55
let g:pydocstring_templates_path = './templates'
66

7+
Save g:pydocstring_formatter
8+
let g:pydocstring_formatter = 'sphinx'
9+
710
Given python (def foo):
811
def foo():
912
pass

0 commit comments

Comments
 (0)