Skip to content

Commit

Permalink
Fix typo in doc/README
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mab committed Dec 6, 2013
1 parent 2208119 commit 934bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -58,7 +58,7 @@ Creating a rich client with all middlewares needed activated is useful. You can

middlewares = (
(format.Json, {'predicate': lambda env: env['format'] == 'json'}),
(auth.Basic, {'username': 'toto', 'password': 'xxxxxx'}
(auth.Basic, {'username': 'toto', 'password': 'xxxxxx'})
)

client = britney_utils.get_client('my_client',
Expand Down

0 comments on commit 934bcda

Please sign in to comment.