# HG changeset patch
# User J. H. Palmieri <palmieri@math.washington.edu>
# Date 1347052808 25200
# Node ID 5414267c01952c2438ebedf03c5250f9e5402ed8
# Parent b03aad11a3be452e282818ebddbaa7215a8282c2
letterplace referee patch: remove a remnant of an incomplete doctest.
diff --git a/sage/structure/parent.pyx b/sage/structure/parent.pyx
a
|
b
|
cdef class Parent(category_object.Catego |
818 | 818 | |
819 | 819 | EXAMPLE:: |
820 | 820 | |
821 | | sage: F.<x,y,z> = FreeAlgebra(QQ, implementation='letterplace') |
822 | 821 | sage: MS = MatrixSpace(QQ,2,2) |
823 | 822 | |
824 | 823 | This matrix space is in fact an algebra, and in particular |