Skip to content

Commit 227757c

Browse files
authored
Typo: let -> let's
Small typo
1 parent 7ba6693 commit 227757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/reinforcement_q_learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __len__(self):
134134

135135

136136
######################################################################
137-
# Now, let's define our model. But first, let quickly recap what a DQN is.
137+
# Now, let's define our model. But first, let's quickly recap what a DQN is.
138138
#
139139
# DQN algorithm
140140
# -------------

0 commit comments

Comments
 (0)