Skip to content
Snippets Groups Projects
Commit 3dd362ae authored by Swen Vermeul's avatar Swen Vermeul
Browse files

docs: typo in import pybis

parent 61384c8c
No related branches found
No related tags found
2 merge requests!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...,!14feat: look in all parent dirs for local configs, get_token_for_hostname,...
...@@ -120,7 +120,7 @@ As an (new) alternative to login every time you run a script, you can create tok ...@@ -120,7 +120,7 @@ As an (new) alternative to login every time you run a script, you can create tok
To create a token, you first need a valid session – either through classic login or by assigning an existing valid session token: To create a token, you first need a valid session – either through classic login or by assigning an existing valid session token:
``` ```
from pyBIS import Openbis from pybis import Openbis
o = Openbis('https://test-openbis-instance.com') o = Openbis('https://test-openbis-instance.com')
o.login("username", "password") o.login("username", "password")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment