Author: semor Date: Tue Jan 13 18:18:45 2009 New Revision: 8435 URL: http://svn.gna.org/viewcvs/relax?rev=8435&view=rev Log: Added a missing quote which prevented the user manual to be sconstructed.
This was spotted in r8433 and discussed in a thread starting at: https://mail.gna.org/public/relax-devel/2009-01/msg00082.html (Message-id: <[email protected]>) Modified: branches/relax_disp/specific_fns/relax_disp.py Modified: branches/relax_disp/specific_fns/relax_disp.py URL: http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_fns/relax_disp.py?rev=8435&r1=8434&r2=8435&view=diff ============================================================================== --- branches/relax_disp/specific_fns/relax_disp.py (original) +++ branches/relax_disp/specific_fns/relax_disp.py Tue Jan 13 18:18:45 2009 @@ -1138,7 +1138,7 @@ | | | | | Chemical shift difference between states A and B | 'dw' | '^[Dd]w$' | | | | | - | Peak intensities (series) | 'intensities' | '^[Ii]nt$ | + | Peak intensities (series) | 'intensities' | '^[Ii]nt$' | | | | | | CPMG pulse train frequency (series) | 'cpmg_frqs' | '^[Cc]pmg[ -_][Ff]rqs$' | |___________________________________________________|________________|__________________________| _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits

