From e5d1050da930eac9f8cec339e2dbea140303eeb2 Mon Sep 17 00:00:00 2001 From: termie Date: Thu, 17 Nov 2011 12:00:42 -0800 Subject: make readme use code style --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3c3db36a..a746089c 100644 --- a/README.rst +++ b/README.rst @@ -130,7 +130,7 @@ Simple Match ------------ Given a list of matches to check for, simply verify that the credentials -contain the matches. For example: +contain the matches. For example:: credentials = {'user_id': 'foo', 'is_admin': 1, 'roles': ['nova:netadmin']} -- cgit