Change arg_separator default

This commit is contained in:
Grant Sanderson 2021-03-31 23:22:54 -07:00
parent 6997cc9501
commit e95aa69c4c

View file

@ -152,7 +152,7 @@ class SingleStringTex(VMobject):
class Tex(SingleStringTex): class Tex(SingleStringTex):
CONFIG = { CONFIG = {
"arg_separator": " ", "arg_separator": "",
# Note, use of isolate is largely rendered # Note, use of isolate is largely rendered
# moot by the fact that you can surround such strings in # moot by the fact that you can surround such strings in
# {{ and }} as needed. # {{ and }} as needed.