Skip to content

Commit

Permalink
Correct FiniteSet docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Jun 7, 2022
1 parent fdfec8c commit 42f4a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion diofant/sets/sets.py
Expand Up @@ -1644,7 +1644,7 @@ def boundary(self):

class FiniteSet(Set, EvalfMixin):
"""
Represents a finite set of discrete numbers
Represents a set that has a finite number of elements.
Examples
========
Expand Down
1 change: 1 addition & 0 deletions docs/release/notes-0.14.rst
Expand Up @@ -86,3 +86,4 @@ These Sympy issues also were addressed:
* :sympyissue:`13750`: erf has wrong limit in -oo
* :sympyissue:`23497`: binomial(-1, -1) returns 0, should return 1
* :sympyissue:`23562`: In new version of sympy, dsolve does not give a solution when another derivative is involved
* :sympyissue:`23585`: FiniteSet documentation inconsistent with usage in sympy

0 comments on commit 42f4a79

Please sign in to comment.