Skip to content

Commit d1af416

Browse files
Update lectures/two_auctions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e9ef7b0 commit d1af416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/two_auctions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ import scipy.interpolate as interp
200200
plt.rcParams.update({"text.usetex": True, 'font.size': 14})
201201
colors = plt.rcParams['axes.prop_cycle'].by_key()['color']
202202
203-
# ensure the notebook generate the same randomness
203+
# ensure the notebook generates the same randomness
204204
np.random.seed(1337)
205205
```
206206

0 commit comments

Comments
 (0)