Small fix in manual
authorMarek Marecki <triviuss@gmail.com>
Fri, 29 Mar 2013 16:59:18 +0000 (17:59 +0100)
committerMarek Marecki <triviuss@gmail.com>
Fri, 29 Mar 2013 16:59:18 +0000 (17:59 +0100)
manual/connecting_to_pod.mdown

index 83838c9fa3174228e8bacba5820ef0648889d074..9c2de82902ccb559056e2d2990194a256bdf5bd7 100644 (file)
@@ -7,7 +7,6 @@ Then, if no errors are raised, you can `_login()` to the pod with given username
     import diaspy
 
     client = diaspy.Client(pod="http://pod.example.com", username="foo", password="bar")
-    client._login()
 
 
 If everything worked you are now connected to D\* pod at given URL.