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

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Dec 7, 2015
1 parent b198a3f commit 3f00cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/symbolic/assumptions.py
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 3f00cf9

Please sign in to comment.