mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fix typo
This commit is contained in:
parent
2337be2318
commit
ddf2f7d9bd
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ class ThreeDAxes(Axes):
|
|||
axis_config=merge_dicts_recursively(
|
||||
self.default_axis_config,
|
||||
self.default_z_axis_config,
|
||||
kwargs.get("axes_config", {}),
|
||||
kwargs.get("axis_config", {}),
|
||||
z_axis_config
|
||||
),
|
||||
length=depth,
|
||||
|
|
Loading…
Add table
Reference in a new issue