Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal authored Apr 8, 2024
1 parent 9f9e41a commit f84ba0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sbol_data_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This documentation is based on a Jupyter Notebook tutorial presented at IWBDA 20
Installation
=============

Sbol Utilities is a Python package that provides a set of utility functions for working with the SBOL3 data model.
SBOL Utilities is a Python package that provides a set of utility functions for working with the SBOL3 data model.
It is available on PyPI and can be installed using pip.

.. code-block:: bash
Expand All @@ -36,7 +36,7 @@ Import the necessary modules from the `sbol3` and `sbol_utilities` packages.
from sbol_utilities.helper_functions import url_to_identity
import tyto
We will use `igem` suffix as the default namespace for the examples in this tutorial.
We will use an `igem` suffix as the default namespace for the examples in this tutorial.

.. code-block:: python
Expand Down

0 comments on commit f84ba0d

Please sign in to comment.