Skip to content

Commit 54e1097

Browse files
meithamjustinmk
authored andcommitted
doc: fix typo (#265)
1 parent a2e1169 commit 54e1097

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ traditional `:python` interface or the new mechanism is used, as discussed
4242
below.
4343

4444
* `vim.funcs` exposes vimscript functions (both builtin and global user defined
45-
functions) as a python namespace. For instance to set the value of the value
46-
of a register
45+
functions) as a python namespace. For instance to set the value of a register
4746

4847
`vim.funcs.setreg('0', ["some", "text"], 'l')`
4948

0 commit comments

Comments
 (0)