Skip to content
Snippets Groups Projects
Commit 3dfdafd6 authored by apostnikova's avatar apostnikova
Browse files

Fixed block of code in README.md

parent ccb2e36d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ Zerosumset
Example
-------
python
```python
>>> import zerosumset
>>> elems = [-7, -3, -2, 9000, 5, 8]
......@@ -13,6 +13,7 @@ python
>>> zerosumset.zerosumset(3, 1, 10, -4)
[3, 1, -4]
```
For developers
--------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment