diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2020-07-06 16:39:14 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2020-07-06 16:39:14 +0300 |
| commit | 546ff329d4a792ddfb0576c78cf6d3e4f2321727 (patch) | |
| tree | 46fe638147984851a6a2843a4f29125a407fef1c /scripts | |
| parent | defefc24c6f04978c486d5e86857529b6f12abb6 (diff) | |
| download | isort-546ff329d4a792ddfb0576c78cf6d3e4f2321727.tar.gz | |
Fix typo in profile doc description build
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_profile_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_profile_docs.py b/scripts/build_profile_docs.py index 1d09ae7a..08916fb7 100755 --- a/scripts/build_profile_docs.py +++ b/scripts/build_profile_docs.py @@ -24,7 +24,7 @@ def format_profile(profile_name: str, profile: Dict[str, Any]) -> str: return f""" #{profile_name} -{profile.get('descripiton', '')} +{profile.get('description', '')} {options} """ |
