Index: orange/Orange/classification/svm/__init__.py
===================================================================
--- orange/Orange/classification/svm/__init__.py	(revision 7219)
+++ orange/Orange/classification/svm/__init__.py	(revision 7227)
@@ -8,6 +8,6 @@
 .. index:: Support Vector Machines Classification
 
-Interface to the LibSVM library (LIBSVM : a library for support vector machines
-(http://www.csie.ntu.edu.tw/~cjlin/papers/libsvm.ps.gz)
+Interface to the LibSVM library (a library for support vector machines
+- http://www.csie.ntu.edu.tw/~cjlin/papers/libsvm.ps.gz)
 
 .. note:: On some data-sets SVM can perform very badly. It is a known fact that
@@ -173,5 +173,5 @@
             (can be kernels.RBF (default), kernels.Linear, kernels.Polynomial, 
             kernels.Sigmoid, kernels.Custom)
-        :type kernel_type: SVMLearner.Kernel
+        :type kernel_type: classification.kernels.Kernel
         :param degree: Kernel parameter (for Polynomial) (default 3)
         :type degree: int
@@ -182,5 +182,5 @@
         :type coef0: int
         :param kernelFunc: Function that will be called if `kernel_type` is
-            `Custom`. It must accept two `Orange.data.Example` arguments and
+            `Custom`. It must accept two `data.Example` arguments and
             return a float (the distance between the examples).
         :type kernelFunc: callable function
@@ -279,5 +279,5 @@
         cross validation.
         
-        :param examples: ExampleTable on which to tune the parameters 
+        :param examples: data.Table on which to tune the parameters 
         :param parameters: if not set defaults to ["nu", "C", "gamma"]
         :param folds: number of folds used for cross validation
