Skip to content

Commit bab0b28

Browse files
authored
Update 05-units_and_quantities.md
1 parent 80e2f6b commit bab0b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/05-units_and_quantities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This enables the use of arithmetic operations when quantities have compatible un
104104

105105
```python
106106
distance_start = 10 * u.mm
107-
distance_end = 23 * u.km
107+
distance_end = 20 * u.km
108108
length = distance_end - distance_start
109109
print(length)
110110
```

0 commit comments

Comments
 (0)