From 3d292e54e0d4196caa8cb797053367e33394432c Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Wed, 26 Feb 2014 14:04:53 +0000 Subject: [PATCH] Fix in comment in example test. --- docs/iris/example_tests/test_custom_aggregation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iris/example_tests/test_custom_aggregation.py b/docs/iris/example_tests/test_custom_aggregation.py index 40075dbc80..8d666e77d2 100644 --- a/docs/iris/example_tests/test_custom_aggregation.py +++ b/docs/iris/example_tests/test_custom_aggregation.py @@ -27,7 +27,7 @@ class TestCustomAggregation(tests.GraphicsTest): - """Test the atlantic_profiles example code.""" + """Test the custom aggregation example code.""" def test_custom_aggregation(self): with extest_util.show_replaced_by_check_graphic(self): custom_aggregation.main()