Skip to content

Commit c115913

Browse files
committed
Change in readme
1 parent 52ef6e0 commit c115913

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
@@ -23,7 +23,7 @@ Usage examples
2323
--------------
2424
Constructing a connection string from scratch:
2525

26-
..code:: python
26+
.. code:: python
2727
>>> from pyconstring import ConnectionString
2828
>>> cs = ConnectionString()
2929
>>> cs['user'] = 'manuel'
@@ -33,7 +33,7 @@ Constructing a connection string from scratch:
3333
3434
Parsing an already existing string:
3535

36-
..code:: python
36+
.. code:: python
3737
>>> cs = ConnectionString.from_string('key1=value1;key2=value2;')
3838
>>> cs['key1'] = 'another value'
3939
>>> cs.get_string()

0 commit comments

Comments
 (0)