Skip to content

Commit

Permalink
Remove added space
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylion007 committed Aug 19, 2020
1 parent 89b08bc commit e6caf08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupytext/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
# Commands starting with a question or exclamation mark have to be escaped
_PYTHON_HELP_OR_BASH_CMD = re.compile(r"^\s*(# |#)*\s*(\?|!)\s*[A-Za-z\.\~\$\\\/]")


# A bash command not followed by an equal sign or a parenthesis is a magic command
_PYTHON_MAGIC_CMD = re.compile(
r"^(# |#)*({})($|\s$|\s[^=,])".format(
Expand Down

0 comments on commit e6caf08

Please sign in to comment.