From 92a7aece3410b508fe2f274f54569c837976247c Mon Sep 17 00:00:00 2001 From: bmu Date: Sun, 20 Oct 2013 14:20:55 +0200 Subject: [PATCH] changed the term "Vern" to "Versions" to be clearer --- doc/source/basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/basics.rst b/doc/source/basics.rst index 33d1219b3b11f..d211b5b59cddd 100644 --- a/doc/source/basics.rst +++ b/doc/source/basics.rst @@ -103,8 +103,8 @@ a set of specialized cython routines that are especially fast when dealing with Here is a sample (using 100 column x 100,000 row ``DataFrames``): .. csv-table:: - :header: "Operation", "0.11.0 (ms)", "Prior Vern (ms)", "Ratio to Prior" - :widths: 30, 30, 30, 30 + :header: "Operation", "0.11.0 (ms)", "Prior Version (ms)", "Ratio to Prior" + :widths: 25, 25, 25, 25 :delim: ; ``df1 > df2``; 13.32; 125.35; 0.1063