This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #17218: Call Element.__init__ directly
Instead of calling super(ComplexBall, self).__init__(parent), call Element.__init__(self, parent), see http://trac.sagemath.org/ticket/17218#comment:14 .
- Loading branch information