aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/python.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/python.fish')
-rw-r--r--init/completions/python.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/python.fish b/init/completions/python.fish
index a2d219b8..1e94a60f 100644
--- a/init/completions/python.fish
+++ b/init/completions/python.fish
@@ -7,8 +7,8 @@ complete -c python -s O -d (_ "Enable optimizations")
complete -c python -s Q -x -a "old new" -d (_ "Division control")
complete -c python -s S -d (_ "Disable import of site module")
complete -c python -s t -d (_ "Warn on mixed tabs and spaces")
-complete -c python -s u -d (_ "Unbuffered inputg and output")
+complete -c python -s u -d (_ "Unbuffered input and output")
complete -c python -s v -d (_ "Verbose mode")
complete -c python -s V -d (_ "Display version and exit")
complete -c python -s W -x -d (_ "Warning control") -a "ignore default all module once error"
-complete -c python -s x -d (_ "Skip first line of input")
+complete -c python -s x -d (_ "Ignore first line of input")