Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Dec 1, 2024
1 parent 169eaea commit 8b5c352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/changelog/0.19.0-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ A total of 96 pull requests were merged for this release.
Highlights
----------

* :pr:`3501`: Replace external ``ffmpeg`` dependency with ``pyav``.
* :pr:`3501`: Replaced external ``ffmpeg`` dependency with ``pyav``.


* :pr:`3966`: :class:`.VGroup` can now be initialized with :class:`.VMobject` iterables.
Expand Down Expand Up @@ -270,7 +270,7 @@ Type Hints
* :pr:`3902`: fixed a wrong type hint in :meth:`.Scene.restructure_mobjects`


* :pr:`3916`: fixed type hint in :meth:`.AnimationGroup.interpolate_submobject`
* :pr:`3916`: fixed type hint in :meth:`.DrawBorderThenFill.interpolate_submobject`


* :pr:`3926`: Fixed some typehints of :class:`.ParametricFunction`
Expand Down Expand Up @@ -351,10 +351,10 @@ Internal Improvements and Automation
* :pr:`3925`: Use Github Markdown on README


* :pr:`3956`: Set AAC codec for audio in mp4 files, add transcoding utility
* :pr:`3955`: Use ``subprocess`` instead of ``os.system``.


* :pr:`3955`: Use ``subprocess`` instead of ``os.system``.
* :pr:`3956`: Set AAC codec for audio in mp4 files, add transcoding utility


Dependencies
Expand Down

0 comments on commit 8b5c352

Please sign in to comment.