Skip to content

Commit

Permalink
feat(docs): fix typo
Browse files Browse the repository at this point in the history
- Fix typo in README.md and docs/index.md
  • Loading branch information
rohaquinlop committed Oct 28, 2024
1 parent fbe16d9 commit 3be97b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Calling `file_complexity` on a file-path:
1
```

Calling `file_complexity` on a snippet of code:
Calling `code_complexity` on a snippet of code:
```python
>>> from complexipy import code_complexity
>>> snippet = """for x in range(0, 10):
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Calling `file_complexity` on a file-path:
1
```

Calling `file_complexity` on a snippet of code:
Calling `code_complexity` on a snippet of code:
```python
>>> from complexipy import code_complexity
>>> snippet = """for x in range(0, 10):
Expand Down

0 comments on commit 3be97b7

Please sign in to comment.