Skip to content

Commit 0badb0b

Browse files
authored
Update API Documentation: Change Parameter Type from "string" to "str" in Comments for Python Consistency (#460)
* Create jekyll-gh-pages.yml * Update fragility_curve.py (API Docs edit) In the class "State": In the comments, change "string" to "str" so that the parameter type is linked to the python docs in the API documentation. * Delete .github/workflows/jekyll-gh-pages.yml
1 parent eda4c89 commit 0badb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wntr/scenario/fragility_curve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def __init__(self, name, priority=0.0, distribution={}):
123123
"""
124124
Parameters
125125
-----------
126-
name : string
126+
name : str
127127
Name of the damage state
128128
129129
priority : int

0 commit comments

Comments
 (0)