Skip to content

Commit dab96e0

Browse files
Apply review changes
1 parent 6e92362 commit dab96e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/business_cycle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ plt.rc('axes', prop_cycle=cycler)
5959

6060
## Data acquisition
6161

62-
We will use World Bank's data API `wbgapi` and `pandas_datareader` to retrieve data.
62+
We will use the World Bank's data API `wbgapi` and `pandas_datareader` to retrieve data.
6363

6464
We can use `wb.series.info` with the argument `q` to query available data from
6565
the [World Bank](https://www.worldbank.org/en/home).
@@ -311,7 +311,7 @@ plt.show()
311311
Notice that Argentina has experienced far more volatile cycles than
312312
the economies examined above.
313313

314-
At the same time, the growth of Argentina did not fall during the two developed
314+
At the same time, Argentina's growth rate did not fall during the two developed
315315
economy recessions in the 1970s and 1990s.
316316

317317

@@ -690,7 +690,7 @@ drops before recessions.
690690

691691
When the price of consumer commodities rises, consumer confidence diminishes.
692692

693-
This trend is more significant in the times during [stagflation](https://en.wikipedia.org/wiki/Stagflation).
693+
This trend is more significant during [stagflation](https://en.wikipedia.org/wiki/Stagflation).
694694

695695

696696

0 commit comments

Comments
 (0)