Skip to content

Commit

Permalink
Update usage.rst
Browse files Browse the repository at this point in the history
Fix formatting of usage.rst
  • Loading branch information
jeremyleung521 authored Apr 5, 2024
1 parent 91fc68f commit 7373389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ More options for customizing the graphs can be found by running ``lpath plot --h
Example Reassign file
---------------------

The following is a reassign function if you decides to reclassify your states.
The following is a reassign function if you decides to reclassify your states::

def reassign_custom(data, pathways, dictionary, assign_file=None):
"""
Expand Down Expand Up @@ -254,4 +254,4 @@ The following is a reassign function if you decides to reclassify your states.
# Generating a dictionary mapping each state
dictionary = {0: 'A', 1: 'B', 2: '!'}

return dictionary
return dictionary

0 comments on commit 7373389

Please sign in to comment.