diff -r bfced05fa852 -r 1775aaa02ac4 lemon/kruskal.h
--- a/lemon/kruskal.h Mon Jan 07 13:09:48 2008 +0000
+++ b/lemon/kruskal.h Mon Jan 07 17:07:40 2008 +0000
@@ -611,7 +611,6 @@
///
/// \param in This object is used to describe the edge costs. It can be one
/// of the following choices.
- ///
/// - An STL compatible 'Forward Container' with
/// std::pair or
/// std::pair as its value_type, where