Skip to content

Commit

Permalink
CD-10: Corrected some grammar in the comments and notes. (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaco-swanepoel committed Dec 11, 2023
1 parent d6487b3 commit 8e334d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"\n",
"\"\"\"Rebalancing with a model portfolio \n",
"\n",
"This notebook shows how to you can automatically generate transactions to rebalance a transaction portfolio with a model portfolio\n",
"This notebook shows how you can automatically generate transactions to rebalance a transaction portfolio with a model portfolio\n",
"\n",
"Attributes\n",
"----------\n",
Expand All @@ -53,7 +53,7 @@
"source": [
"# 1. Introduction\n",
"\n",
"This notebook shows how to you can setup a rebalancer to rebalance a transaction porfolio against a reference portfolio. Section 1 of this notebook demonstrates the data setup. Skip to Section 2 if you want to see the rebalancer in action. In Section 2 we rebalance an equity portfolio against a model equity portfolio which has set weightings for 9 FTSE equities. "
"This notebook shows how you can setup a rebalancer to rebalance a transaction porfolio against a reference portfolio. Section 1 of this notebook demonstrates the data setup. Skip to Section 2 if you want to see the rebalancer in action. In Section 2 we rebalance an equity portfolio against a model equity portfolio which has set weightings for 9 FTSE equities. "
]
},
{
Expand Down

0 comments on commit 8e334d8

Please sign in to comment.