Skip to content

Commit

Permalink
Merge pull request #324 from niksu/typos
Browse files Browse the repository at this point in the history
fixed typos
  • Loading branch information
sajith authored May 28, 2024
2 parents 79957f1 + 6ff8600 commit 076389b
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 @@ -3,7 +3,7 @@
[![pypi-badge]][pypy] [![api-docs-badge]][api-docs]

This is the implementation of a Python library, otherwise known as
"FABlib", for intereacting with [FABRIC][fabric] testbed.
"FABlib", for interacting with [FABRIC][fabric] testbed.

Your first encounter with FABlib might be through FABRIC project's
[JupyterHub instance][fabric-jupyter], where FABlib is pre-installed
Expand Down
2 changes: 1 addition & 1 deletion fabrictestbed_extensions/fablib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ def add_component(
- GPU_A40: A40 GPU
- FPGA_Xilinx_U280: Xilinx U280 GPU
- FPGA_Xilinx_U280: Xilinx U280 FPGA card
:param model: the name of the component model to add
:type model: String
Expand Down

0 comments on commit 076389b

Please sign in to comment.