Skip to content

Commit 8b5c352

Browse files
fix typos
1 parent 169eaea commit 8b5c352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/changelog/0.19.0-changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ A total of 96 pull requests were merged for this release.
7878
Highlights
7979
----------
8080

81-
* :pr:`3501`: Replace external ``ffmpeg`` dependency with ``pyav``.
81+
* :pr:`3501`: Replaced external ``ffmpeg`` dependency with ``pyav``.
8282

8383

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

272272

273-
* :pr:`3916`: fixed type hint in :meth:`.AnimationGroup.interpolate_submobject`
273+
* :pr:`3916`: fixed type hint in :meth:`.DrawBorderThenFill.interpolate_submobject`
274274

275275

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

353353

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

356356

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

359359

360360
Dependencies

0 commit comments

Comments
 (0)