Skip to content

Commit 205587c

Browse files
committed
still playing with readme
1 parent c115913 commit 205587c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Parsing an already existing string:
4444
4545
Automated escaping when necessary:
4646

47-
..code:: python
47+
.. code:: python
4848
>>> cs = ConnectionString()
4949
>>> cs['weird=key'] = '" weird;value '
5050
>>> print cs.get_string()
5151
Weird==Key='" weird;value ';
5252
5353
Key translation:
5454

55-
..code:: python
55+
.. code:: python
5656
>>> cs['key'] = 'value'
5757
>>> cs.translate({'key': 'clave'})
5858
>>> print cs.get_string()

0 commit comments

Comments
 (0)