Skip to content

Commit beeace2

Browse files
committed
remove duplication
1 parent 7f99e28 commit beeace2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/connect/read-connected-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ And as we used `select` with two models, we will receive tuples of instances of
129129

130130
{* ./docs_src/tutorial/connect/select/tutorial001_py310.py ln[61:66] hl[65] *}
131131

132-
For each iteration in the `for` loop we get a a tuple with an instance of the class `Hero` and an instance of the class `Team`.
132+
For each iteration in the `for` loop we get a tuple with an instance of the class `Hero` and an instance of the class `Team`.
133133

134134
And in this `for` loop we assign them to the variable `hero` and the variable `team`.
135135

0 commit comments

Comments
 (0)