[pypy-svn] extradoc extradoc: s/fancy/advanced/

fijal commits-noreply at bitbucket.org
Thu Apr 7 02:38:27 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3486:568fe1f3f207
Date: 2011-04-07 02:38 +0200
http://bitbucket.org/pypy/extradoc/changeset/568fe1f3f207/

Log:	s/fancy/advanced/

diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -310,7 +310,7 @@
 
 As the running example of this paper we will use a very simple and bare-bones
 object model that just supports classes and instances, without any
-inheritance or other fancy features. The model has classes, which contain methods.
+inheritance or other advanced features. The model has classes, which contain methods.
 Instances have a class. Instances have their own attributes (or fields). When looking up an
 attribute on an instance, the instances attributes are searched. If the
 attribute is not found there, the class' methods are searched.


More information about the Pypy-commit mailing list