]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix typo in if_pyth.txt
authorBarrett Ruth <br.barrettruth@gmail.com>
Wed, 18 Mar 2026 21:22:46 +0000 (21:22 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 18 Mar 2026 21:22:46 +0000 (21:22 +0000)
closes: #19733

Signed-off-by: Barrett Ruth <br.barrettruth@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/if_pyth.txt

index bdf86a51c4ee496ba5e7b53cdc194098944ff14c..321b37773be59ee5c3f1d766d743db9ac4c95ce2 100644 (file)
@@ -1,4 +1,4 @@
-*if_pyth.txt*  For Vim version 9.2.  Last change: 2026 Feb 14
+*if_pyth.txt*  For Vim version 9.2.  Last change: 2026 Mar 18
 
 
                  VIM REFERENCE MANUAL    by Paul Moore
@@ -186,7 +186,7 @@ vim.eval(str)                                               *python-eval*
        - a list if the Vim expression evaluates to a Vim |list|
        - a tuple if the Vim expression evaluates to a Vim |tuple|
        - a dictionary if the Vim expression evaluates to a Vim |dict|
-       - a boolean if Vim exression evaluates to |v:true| or |v:false|
+       - a boolean if Vim expression evaluates to |v:true| or |v:false|
        - `None` if Vim expression evaluates to |v:null| or |v:none|
        Dictionaries, lists and tuples are recursively expanded.
        Examples: >