Skip to content

Commit

Permalink
doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 12, 2024
1 parent 41b9fde commit a502842
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 @@ -39,7 +39,7 @@ Using the Python API:
```{py}
from bfabric import Bfabric
client = Bfabric.from.config()
client = Bfabric.from_config()
user = B.read(endpoint = 'user', obj={'login': 'cpanse'})
resource = B.read(endpoint = 'resource', obj={'id': 550327 })
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contribute

This page describes some information relevant for contruibuting to bfabricPy.
This page describes some information relevant for contributing to bfabricPy.

## Development install

Expand Down

0 comments on commit a502842

Please sign in to comment.