Skip to content

Commit f4ac10d

Browse files
committed
Minor: join note text into single paragraph line
1 parent da2ec4b commit f4ac10d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lectures/python_advanced_features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,7 @@ However, Python supports optional **type hints** (also called type annotations)
473473
Type hints were introduced in Python 3.5 and have become increasingly common in modern Python code.
474474

475475
```{note}
476-
Type hints are **ignored by the Python interpreter at runtime** --- they do not affect how your code executes.
477-
They are purely informational and serve as documentation for humans and tools.
476+
Type hints are **ignored by the Python interpreter at runtime** --- they do not affect how your code executes. They are purely informational and serve as documentation for humans and tools.
478477
```
479478

480479
### Basic Syntax

0 commit comments

Comments
 (0)