From 6ff86007a1be7f0d45de98c1ec6b96d51f21b13c Mon Sep 17 00:00:00 2001 From: Nik Sultana Date: Tue, 28 May 2024 15:39:52 -0400 Subject: [PATCH] fixed typos; --- README.md | 2 +- fabrictestbed_extensions/fablib/node.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed4646f1..bb4346fc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/fabrictestbed_extensions/fablib/node.py b/fabrictestbed_extensions/fablib/node.py index bee789fe..8c66ea3a 100644 --- a/fabrictestbed_extensions/fablib/node.py +++ b/fabrictestbed_extensions/fablib/node.py @@ -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