# HG changeset patch
# User Timothy Clemans <timothy.clemans@gmail.com>
# Date 1226272786 21600
# Node ID 39a93abd1d1cdd747f4656137ae1881119ac66dc
# Parent  333dafc4fae6d637e41ebde94d409d91e0ecf259
legend doc fixes

diff -r 333dafc4fae6 -r 39a93abd1d1c sage/plot/plot.py
--- a/sage/plot/plot.py	Thu Oct 23 17:28:54 2008 -0400
+++ b/sage/plot/plot.py	Sun Nov 09 17:19:46 2008 -0600
@@ -645,7 +645,7 @@
         INPUT:
             show -- bool
         
-        If called with no input return the current legend setting.
+        If called with no input, return the current legend setting.
         
         EXAMPLES:
             sage: P = plot(sin, legend_label='sin')
@@ -674,10 +674,10 @@
         INPUT:
             axespad -- float (default: 1), length between the axes and the legend
             back_color -- (default: (0.9, 0.9, 0.9)) This parameter can be a string 
-                denoting a color or an rgb tuple. The string can be a color name
+                denoting a color or an RGB tuple. The string can be a color name
                 as in ('red', 'green', 'yellow', ...) or a floating point number
                 like '0.8' which gets expanded to (0.8, 0.8, 0.8).  The tuple 
-                form is just a floating point rgb tuple with all values ranging
+                form is just a floating point RGB tuple with all values ranging
                 from 0 to 1.
             handlelen -- float (default: 2), length of the line samples in the legend
             handletextsep -- float (default: 0.6), length of the space between the line sample and the label
