From e72bdab535567e86616d694d9d22f3e61bf97711 Mon Sep 17 00:00:00 2001 From: stefano scardigli <stefano.scardigli@roma2.infn.it> Date: Thu, 16 May 2024 16:38:02 +0200 Subject: [PATCH] Ancora cambiato una virgola! --- docs/source/products/filerst_IP/unitov_icme_tableset.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/products/filerst_IP/unitov_icme_tableset.rst b/docs/source/products/filerst_IP/unitov_icme_tableset.rst index 8fc1b99..15d7629 100644 --- a/docs/source/products/filerst_IP/unitov_icme_tableset.rst +++ b/docs/source/products/filerst_IP/unitov_icme_tableset.rst @@ -55,7 +55,7 @@ Dataset summary * - **observable:** - * - **latest update:** - - 2024-05-13 07:34:22 + - 2024-05-16 06:11:43 Columns specification ~~~~~~~~~~~~~~~~~~~~~ @@ -274,7 +274,7 @@ Code example ``#### the methods provided by the CaesarAPI class.`` -``from aspis.CaesarAPIwrapper.request_caesar import CaesarAPI`` +``import ASPISpy.aspis as aps`` ``import pandas as pd`` @@ -290,7 +290,7 @@ Code example ``# Initialize the CaesarAPI connector`` -``api = CaesarAPI(credentials={'email': '<your_email>','password': '<your_password>'})`` +``api = aps.CaesarAPI(credentials={'email': '<your_email>','password': '<your_password>'})`` ``# [INFO] user <your_email> authenticated`` -- GitLab