Skip to content

Commit 644f062

Browse files
committed
05-merging-data.md: Fix code blocks and blockquotes
Signed-off-by: Maxim Belkin <[email protected]>
1 parent eb520e8 commit 644f062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/05-merging-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ merged_inner
275275
6 NaN Dipodomys merriami Rodent
276276
7 NaN Peromyscus eremicus Rodent
277277
~~~
278-
>> {: .output}
278+
{: .output}
279279

280280
The result of an inner join of `survey_sub` and `species_sub` is a new DataFrame
281281
that contains the combined set of columns from `survey_sub` and `species_sub`. It

0 commit comments

Comments
 (0)