Changes between Initial Version and Version 2 of Ticket #25370
- Timestamp:
- 05/16/18 08:50:51 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25370
- Property Owner changed from (none) to vklein
-
Ticket #25370 – Description
initial v2 1 1 In function {{{prime_to_m_part(m,n)}}} from {{{misc.py}}} the examples in docstrings 2 don't call the function but call instance method instead.2 don't call the function but call an instance method instead. 3 3 4 4