Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JosPolfliet committed Jan 22, 2016
1 parent 373d442 commit 9214a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_profiling/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
<tr><th>95-th percentile</th>
<td>{0[95%]}</td></tr>
<tr><th>Maximum</th>
<td>{0[max]}</td></tr>l
<td>{0[max]}</td></tr>
<tr><th>Range</th>
<td>{0[range]}</td></tr>
<tr><th>Interquartile range</th>
Expand Down

0 comments on commit 9214a92

Please sign in to comment.