Skip to content

Commit

Permalink
Change in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bgusach committed Dec 13, 2014
1 parent 52ef6e0 commit c115913
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 @@ -23,7 +23,7 @@ Usage examples
--------------
Constructing a connection string from scratch:

..code:: python
.. code:: python
>>> from pyconstring import ConnectionString
>>> cs = ConnectionString()
>>> cs['user'] = 'manuel'
Expand All @@ -33,7 +33,7 @@ Constructing a connection string from scratch:
Parsing an already existing string:

..code:: python
.. code:: python
>>> cs = ConnectionString.from_string('key1=value1;key2=value2;')
>>> cs['key1'] = 'another value'
>>> cs.get_string()
Expand Down

0 comments on commit c115913

Please sign in to comment.