projects
/
diaspy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e475a9d
)
Small fix in manual
author
Marek Marecki
<triviuss@gmail.com>
Fri, 29 Mar 2013 16:59:18 +0000
(17:59 +0100)
committer
Marek Marecki
<triviuss@gmail.com>
Fri, 29 Mar 2013 16:59:18 +0000
(17:59 +0100)
manual/connecting_to_pod.mdown
patch
|
blob
|
blame
|
history
diff --git
a/manual/connecting_to_pod.mdown
b/manual/connecting_to_pod.mdown
index 83838c9fa3174228e8bacba5820ef0648889d074..9c2de82902ccb559056e2d2990194a256bdf5bd7 100644
(file)
--- a/
manual/connecting_to_pod.mdown
+++ b/
manual/connecting_to_pod.mdown
@@
-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.