--- trunk/doc/user/firststep.tex 2006/03/24 08:40:50 659 +++ trunk/doc/user/firststep.tex 2006/03/24 08:43:21 660 @@ -193,13 +193,11 @@ \begin{python} x=mydomain.getX() \end{python} -In fact \var{x} is a \Data object which we will learn more about in Chapter~\ref{X}. At this stage we only have to know -that \var{x} has a - -In the first statement, the method \method{getX} of the \Domain \var{mydomain} +The method \method{getX} of the \Domain \var{mydomain} gives access to locations in the domain defined by \var{mydomain}. The object \var{x} is actually a \Data object which is -discussed in Chpater\ref{X} in more details. What we need to know here is that +discussed in \Chap{ESCRIPT CHAP} in more details. What we need to know here is that + \var{x} has \Rank (=number of dimensions) and a \Shape (=tuple of dimensions) which can be checked by calling the \method{getRank} and \method{getShape} methods: \begin{python}