diff --git a/content/demystifying_dot_notation.ipynb b/content/demystifying_dot_notation.ipynb index c585f88..be5c36c 100644 --- a/content/demystifying_dot_notation.ipynb +++ b/content/demystifying_dot_notation.ipynb @@ -205,7 +205,9 @@ "id": "0d9a4e00-fd94-4c13-9bb7-67548126a7b7", "metadata": {}, "source": [ - "If you examine the `Bird` class, you'll notice that it contains a number of code snippets that look suspciously similar to functions. For example, here is the code for `fly`:\n", + "If you examine the `Bird` class, you'll notice that it contains a number of code snippets that look suspiciously similar to functions.\n", + "\n", + "For example, here is the code for `fly`:\n", "\n", "```python\n", "def fly(self):\n",