From 38729ee6b1076f11e6f97c9daf4030f21e1d5616 Mon Sep 17 00:00:00 2001 From: Gert Ingold Date: Wed, 22 Aug 2007 12:29:41 +0000 Subject: [PATCH] corrected a couple of typos git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2883 069f4177-920e-0410-937b-c2a4a81bcd90 --- manual/axis.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/axis.tex b/manual/axis.tex index b70fbec7..4031e0aa 100644 --- a/manual/axis.tex +++ b/manual/axis.tex @@ -151,7 +151,7 @@ This class is an abbreviation of \class{logarithmic} described above. The first item is taken to be one of the discrete values valid on this axis. The discrete values can be any hashable type and the - order of the subaxes is defined by the order the data is recieved or + order of the subaxes is defined by the order the data is received or the inverse of that when \var{reverse} is set. The second item is passed to the corresponding subaxis. The result @@ -166,7 +166,7 @@ This class is an abbreviation of \class{logarithmic} described above. \var{subaxes} should be a list or a dictionary mapping a discrete value of the bar axis to the corresponding subaxis. When no subaxes - are set or data is recieved for a unknown descrete axis value, + are set or data is received for an unknown discrete axis value, instances of defaultsubaxis are used as the subaxis for this discrete value. -- 2.11.4.GIT