diff --git a/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md b/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md index 52d856747f..709b337225 100644 --- a/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md +++ b/content/micropython/02.micropython-course/course/03.python-cc/python-cc.md @@ -6,7 +6,7 @@ title: '4. Python Crash Course' description: 'Learn some Python fundamentals that will help you create MicroPython scripts.' --- -We ended last chapter by making **a light blink**, to make sure our setup was working properly. In this chapter, we will take you through some useful Python® syntax that will be of help when you are creating MicroPython scripts. +In this chapter, we will take you through some useful Python® syntax that will be of help when you are creating MicroPython scripts. ***In this chapter we will cover a small part of the Python programming language. This will help you to better understand the rest of the course. If you are familiar with Python, this chapter is not a requirement.***