Ticket #7940 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

real_mpfr: fix docstring so ref manual builds

Reported by: jhpalmieri Owned by: AlexGhitza
Priority: blocker Milestone: sage-4.3.1
Component: algebra Keywords:
Cc: kcrisman Work issues:
Report Upstream: N/A Reviewers: Robert Miller
Authors: John Palmieri Merged in: sage-4.3.1.rc0
Dependencies: Stopgaps:

Description

A triple quote """ in real_mpfr.pyx needs to be converted to r""". This patch does that. Otherwise, the reference manual fails to build.

Attachments

trac_7940.patch Download (685 bytes) - added by jhpalmieri 3 years ago.
if I put a long enough description here, it will be longer than the patch itself…

Change History

Changed 3 years ago by jhpalmieri

if I put a long enough description here, it will be longer than the patch itself...

comment:1 Changed 3 years ago by rlm

  • Status changed from new to needs_review
  • Reviewers set to Robert Miller

comment:2 Changed 3 years ago by rlm

  • Status changed from needs_review to positive_review
  • Merged in set to sage-4.3.1.rc0

comment:3 Changed 3 years ago by rlm

  • Status changed from positive_review to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.