mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Change arg_separator default
This commit is contained in:
parent
6997cc9501
commit
e95aa69c4c
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class SingleStringTex(VMobject):
|
|||
|
||||
class Tex(SingleStringTex):
|
||||
CONFIG = {
|
||||
"arg_separator": " ",
|
||||
"arg_separator": "",
|
||||
# Note, use of isolate is largely rendered
|
||||
# moot by the fact that you can surround such strings in
|
||||
# {{ and }} as needed.
|
||||
|
|
Loading…
Add table
Reference in a new issue