Skip to content

Commit fa7c575

Browse files
Fix typo
1 parent 1c08b54 commit fa7c575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
all: build
22

33
documentation:
4-
python docs/add_plotly_to_book.py docs/
54
jb clean docs
65
jb build docs
6+
python docs/add_plotly_to_book.py docs/
77

88
install:
99
pip install -e .[dev]

docs/reference/calculate_economy_comparison.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Compare outcomes large population scenarios\n",
7+
"# Compare outcomes for large population scenarios\n",
88
"\n",
99
"Use `Simulation.calculate_economy_comparison()` to use PolicyEngine's tax-benefit model to compare how taxes, benefits and other household properties change under a reform scenario. This notebook demonstrates how to use this function."
1010
]

0 commit comments

Comments
 (0)