Skip to content

Commit bbcfeb3

Browse files
committed
Fix typo
1 parent c216738 commit bbcfeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/inference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ there is one caveat here:
299299
when we use the `value_counts` function
300300
on a grouped series and try to `reset_index`
301301
we will end up with two columns with the same name
302-
and therefor get an error
302+
and therefore get an error
303303
(in this case, `room_type` will occur twice).
304304
Fortunately,
305305
there is a simple solution:

0 commit comments

Comments
 (0)