From 42ff825530099c9723fefc4400ec9b535a91d193 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Feb 2009 17:28:54 +0000 Subject: [PATCH] tuned doc for ResolveSlices --- PLC/Methods/ResolveSlices.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/PLC/Methods/ResolveSlices.py b/PLC/Methods/ResolveSlices.py index 758371f3..6b9570c1 100644 --- a/PLC/Methods/ResolveSlices.py +++ b/PLC/Methods/ResolveSlices.py @@ -8,11 +8,12 @@ from PLC.Slices import Slice, Slices class ResolveSlices(Method): """ - This method is similar to GetSlices, except the the returned - columns are restricted to 'name' and 'slice_id'. This is method - designed to help third-party software solve slice names from their - slice_id (e.g. PlanetFlow Central). For this reason it is - accessible with anonymous authentication (among others) + This method is similar to GetSlices, except that (1) the returned + columns are restricted to 'name' and 'slice_id', and (2) it + returns expired slices too. This method is designed to help + third-party software solve slice names from their slice_id + (e.g. PlanetFlow Central). For this reason it is accessible with + anonymous authentication (among others). """ roles = ['admin', 'pi', 'user', 'tech', 'anonymous' ] -- 2.47.0