From 322957a135627c0522c5b88c561999edc45ff806 Mon Sep 17 00:00:00 2001 From: daydreamt Date: Sat, 27 Jul 2013 22:12:42 +0200 Subject: [PATCH] Fix typo. Change 'highlites' to 'highlights'. --- doc/source/v0.12.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/v0.12.0.txt b/doc/source/v0.12.0.txt index b7d52c6fed7e0..9054ef4a5444e 100644 --- a/doc/source/v0.12.0.txt +++ b/doc/source/v0.12.0.txt @@ -6,7 +6,7 @@ v0.12.0 (July 24, 2013) This is a major release from 0.11.0 and includes several new features and enhancements along with a large number of bug fixes. -Highlites include a consistent I/O API naming scheme, routines to read html, +Highlights include a consistent I/O API naming scheme, routines to read html, write multi-indexes to csv files, read & write STATA data files, read & write JSON format files, Python 3 support for ``HDFStore``, filtering of groupby expressions via ``filter``, and a revamped ``replace`` routine that accepts regular expressions.