Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tadas-subonis committed Aug 20, 2023
1 parent 9fe35eb commit ab66361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pip install givenpy PyHamcrest

## Documentation

```
```python

def magic_function(x, external_number):
return x + 1 + external_number
Expand All @@ -93,7 +93,7 @@ def test_magic_function():

But I recommend using more flexible higher functiosn that can become configurable:

```
```python
def magic_function(x, external_number):
return x + 1 + external_number

Expand Down

0 comments on commit ab66361

Please sign in to comment.