File tree 1 file changed +3
-3
lines changed
src/doc/en/thematic_tutorials
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ This basic implementation is formed by the following steps:
186
186
187
187
- Python uses double\- -underscore methods for arithmetic methods and string
188
188
representations. Sage's base classes often have a default implementation,
189
- and it is requested to **implement SINGLE underscore methods `` _repr_`` , and
190
- similarly `` _add_``, `` _mul_`` etc. **
189
+ and it is requested to **implement SINGLE underscore methods _repr_, and
190
+ similarly _add_, _mul_ etc. **
191
191
192
192
The double underscore methods that can be implemented by subclasses are
193
193
listed above.
@@ -273,7 +273,7 @@ considerations:
273
273
from those already present in Sage, we use a different string representation.
274
274
275
275
- Arithmetic is implemented in single\- -underscore method ``_add_ ``, ``_mul_ ``,
276
- etc. **We do not override the default double underscore `` __add__``, `` __mul__`` **,
276
+ etc. **We do not override the default double underscore __add__, __mul__ **,
277
277
since otherwise, we could not use Sage's coercion model.
278
278
279
279
The double underscore methods that can be implemented by subclasses are
You can’t perform that action at this time.
0 commit comments