Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Nov 2, 2023
1 parent 9770bcf commit 99f521d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modern_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ print(abort_retry_fail())

---

### Generátor Fibonaccího posloupnosti
### Generátor Fibonacciho posloupnosti

```python
def fib(value):
Expand Down Expand Up @@ -2605,7 +2605,7 @@ doc-check: ## Run gen_scenario_list.py to generate docs file and compare it to c

### TravisCI

* `.travic.yml`
* `.travis.yml`

```yaml
language: python
Expand Down

0 comments on commit 99f521d

Please sign in to comment.