Skip to content

Commit f9e3044

Browse files
shortened some code avoid linewrap
1 parent 5365616 commit f9e3044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/viz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,8 @@ and is just added for readability.
851851

852852
```{code-cell} ipython3
853853
canadian_population = 35_151_728
854-
can_lang["mother_tongue_percent"] = can_lang["mother_tongue"] / canadian_population * 100
855-
can_lang["most_at_home_percent"] = can_lang["most_at_home"] / canadian_population * 100
854+
can_lang["mother_tongue_percent"] = can_lang["mother_tongue"]/canadian_population*100
855+
can_lang["most_at_home_percent"] = can_lang["most_at_home"]/canadian_population*100
856856
can_lang[["mother_tongue_percent", "most_at_home_percent"]]
857857
```
858858

0 commit comments

Comments
 (0)