From 3f00cf951135867df76a55e81ad03269df826789 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Mon, 7 Dec 2015 07:30:11 +0100 Subject: [PATCH] fix typos --- src/sage/symbolic/assumptions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sage/symbolic/assumptions.py b/src/sage/symbolic/assumptions.py index b8c52cdb048..5b2ef9d6cb2 100644 --- a/src/sage/symbolic/assumptions.py +++ b/src/sage/symbolic/assumptions.py @@ -2,9 +2,9 @@ Assumptions The ``GenericDeclaration`` class provides assumptions about a symbol or -function in verbal form. Such assumptions can be made using the :meth:`assume` +function in verbal form. Such assumptions can be made using the :func:`assume` function in this module, which also can take any relation of symbolic -expressions as argument. Use :meth:`forget()` to clear all assumptions. +expressions as argument. Use :func:`forget` to clear all assumptions. Creating a variable with a specific domain is equivalent with making an assumption about it. @@ -15,7 +15,7 @@ EXAMPLES: -The default domain of a symbolic variable is the complex plain:: +The default domain of a symbolic variable is the complex plane:: sage: var('x') x