Skip to content

Commit eafbdf3

Browse files
kolibril13behackl
andauthored
Update docs/source/changelog.rst
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 0ebcf76 commit eafbdf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Config system
4242
#. Implement a :code:`manim.cfg` config file system, that consolidates the global configuration, the command line argument parsing, and some of the constants defined in :code:`constants.py`
4343
#. Added utilities for manipulating Manim’s :code:`.cfg` files.
4444
#. Added a subcommand structure for easier use of utilities managing :code:`.cfg` files
45-
#. Also some variables have been moved from constants.py to the new config system:
45+
#. Also some variables have been moved from ``constants.py`` to the new config system:
46+
4647
#. ``FRAME_HEIGHT`` to ``config["frame_width"]``
4748
#. ``TOP`` to ``config["frame_height"] / 2 * UP``
4849
#. ``BOTTOM`` to ``config["frame_height"] / 2 * DOWN``

0 commit comments

Comments
 (0)