Skip to content

Commit c51415e

Browse files
authored
Update argcomplete.py
1 parent 8172775 commit c51415e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xontrib/argcomplete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env xonsh
1+
"""Argcomplete support for tab completion of Python and Xonsh scripts in the Xonsh shell."""
22
import os
33
import re
44
import subprocess as sp

0 commit comments

Comments
 (0)