Modified:
trunk/graphy/backends/google_chart_api/__init__.py
Log:
fix example in comment
Modified: trunk/graphy/backends/google_chart_api/__init__.py
==============================================================================
--- trunk/graphy/backends/google_chart_api/__init__.py (original)
+++ trunk/graphy/backends/google_chart_api/__init__.py Wed Jun 10 13:03:21
2009
@@ -38,7 +38,7 @@
# chart = google_chart_api.LineChart()
# is equivalent to:
# chart = line_chart.LineChart()
-# chart.display = google_chart_api.LineChartEncoder()
+# chart.display = google_chart_api.encoders.LineChartEncoder(chart)
#
# (If there's some chart type for which a helper method isn't available,
you
# can always just instantiate the correct encoder manually, like in the 2nd