From 1fe2102a9e9867b52c1f88c1fa4c31dade1dcd61 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Tue, 19 Jan 2016 22:45:04 -0800 Subject: [PATCH] Correct a typo. Signed-off-by Ning Sun Change-Id: I7f881e67229cef40404c87e01898a22ea95fbbf3 --- bin/demo_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/demo_requests.py b/bin/demo_requests.py index e376d529..f4f6969e 100755 --- a/bin/demo_requests.py +++ b/bin/demo_requests.py @@ -17,7 +17,7 @@ Demonstrates the various Barbican API calls, against an unauthenticated local Barbican server. This script is intended to be a lightweight way to demonstrate and 'smoke test' the Barbican API via it's REST API, with no other dependencies -required including the Barbican Python client. Not that this script is not +required including the Barbican Python client. Note that this script is not intended to replace DevStack or Tempest style testing. """