mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Fix typo
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user