Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #17228: remove empty OUTPUT sections from documentation of .prec…
Browse files Browse the repository at this point in the history
…ompute
  • Loading branch information
cheuberg committed Oct 27, 2014
1 parent fc0ac0d commit 96bf2b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/sage/misc/cachefunc.pyx
Expand Up @@ -1119,10 +1119,6 @@ cdef class CachedFunction(object):
- ``num_processes`` -- number of processes used by
:func:`~sage.parallel.decorate.parallel`
OUTPUT:
None.
EXAMPLES::
sage: @cached_function
Expand Down Expand Up @@ -2047,10 +2043,6 @@ cdef class CachedMethodCaller(CachedFunction):
- ``num_processes`` -- number of processes used by
:func:`~sage.parallel.decorate.parallel`
OUTPUT:
None.
EXAMPLES::
sage: class Foo(object):
Expand Down

0 comments on commit 96bf2b3

Please sign in to comment.