mailr22215 - in /trunk: docs/latex/develop.tex user_functions/bmrb.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 19, 2014 - 17:25:
Author: bugman
Date: Wed Feb 19 17:25:39 2014
New Revision: 22215

URL: http://svn.gna.org/viewcvs/relax?rev=22215&view=rev
Log:
Grammar corrections - changed the 'eg.' abbreviation to 'e.g.' in a couple of 
places.


Modified:
    trunk/docs/latex/develop.tex
    trunk/user_functions/bmrb.py

Modified: trunk/docs/latex/develop.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/develop.tex?rev=22215&r1=22214&r2=22215&view=diff
==============================================================================
--- trunk/docs/latex/develop.tex (original)
+++ trunk/docs/latex/develop.tex Wed Feb 19 17:25:39 2014
@@ -140,7 +140,7 @@
 % Variable, function, and class names.
 \subsection{Variable, function, and class names}
 
-In relax a mixture of both camel case (eg. CamelCase)\index{camel case} and 
lower case with underscores is used.
+In relax a mixture of both camel case (e.g. CamelCase)\index{camel case} and 
lower case with underscores is used.
 Despite the variability there are fixed rules which should be adhered to.
 These naming conventions should be observed at all times.
 

Modified: trunk/user_functions/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/bmrb.py?rev=22215&r1=22214&r2=22215&view=diff
==============================================================================
--- trunk/user_functions/bmrb.py (original)
+++ trunk/user_functions/bmrb.py Wed Feb 19 17:25:39 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2013 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2014 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -430,7 +430,7 @@
 # Description.
 uf.desc.append(Desc_container())
 uf.desc[-1].add_paragraph("This user function allows the software used in 
the analysis to be specified in full detail.")
-uf.desc[-1].add_paragraph("For the tasks list, this should be a python list 
of strings (eg. ['spectral processing']).  Although not restricted to these, 
the values suggested by the BMRB are:")
+uf.desc[-1].add_paragraph("For the tasks list, this should be a python list 
of strings (e.g. ['spectral processing']).  Although not restricted to these, 
the values suggested by the BMRB are:")
 uf.desc[-1].add_list_element("'chemical shift assignment',")
 uf.desc[-1].add_list_element("'chemical shift calculation',")
 uf.desc[-1].add_list_element("'collection',")




Related Messages


Powered by MHonArc, Updated Wed Feb 19 18:00:02 2014