Skip to content

Commit 32ad06f

Browse files
committed
update changelog and fix typo
1 parent 10c243f commit 32ad06f

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

content/pages/meta/00-change-log.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ on GitHub.
1515

1616
## 2020
1717
### August
18-
* New blog post that shows
19-
[How to Transcribe Speech Recordings into Text with Python](/blog/transcribe-recordings-speech-text-assemblyai.html).
18+
* New blog posts on
19+
[How to Transcribe Speech Recordings into Text with Python](/blog/transcribe-recordings-speech-text-assemblyai.html)
20+
and
21+
[Using Sentry to Handle Python Exceptions in Django Projects](/blog/sentry-handle-exceptions-django-projects.html).
2022
* Added new [GPT-3 page](/gpt-3.html).
2123
* Updated [debugging](/debugging.html) page with some additional descriptions.
2224

content/posts/200809-transcribe-recordings-speech-text-assemblyai.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: transcribe-recordings-speech-text-assemblyai
33
meta: Learn to transcribe speech in recordings like MP3s into text with Python and AssemblyAI's API.
44
category: post
55
date: 2020-08-09
6-
modified: 2020-08-09
6+
modified: 2020-08-30
77
newsletter: False
88
headerimage: /img/headers/python-assemblyai.jpg
99
headeralt: Logos for the implementations used in this blog post. Copyright their respective owners.
@@ -38,7 +38,7 @@ comfortable with to work with a database instead of writing SQL...
3838
## Tutorial requirements
3939
Throughout this tutorial we are going to use the following dependencies,
4040
which we will install in just a moment. Make sure you also have Python 3,
41-
[preferrably 3.6 or newer installed](https://www.python.org/downloads/),
41+
[preferably 3.6 or newer installed](https://www.python.org/downloads/),
4242
in your environment:
4343

4444
We will use the following dependencies to complete this

0 commit comments

Comments
 (0)