Skip to content

Commit

Permalink
still playing with readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bgusach committed Dec 13, 2014
1 parent c115913 commit 205587c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Parsing an already existing string:
Automated escaping when necessary:

..code:: python
.. code:: python
>>> cs = ConnectionString()
>>> cs['weird=key'] = '" weird;value '
>>> print cs.get_string()
Weird==Key='" weird;value ';
Key translation:

..code:: python
.. code:: python
>>> cs['key'] = 'value'
>>> cs.translate({'key': 'clave'})
>>> print cs.get_string()
Expand Down

0 comments on commit 205587c

Please sign in to comment.