Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 91dd2ab

Browse files
committed
Merge pull request #76 from sethfischer/class_variable_typo
Correct variable name build_sass.description
2 parents aa04afb + 0c12d33 commit 91dd2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sassutils/distutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def validate_manifests(dist, attr, value):
8989
class build_sass(Command):
9090
"""Builds SASS/SCSS files to CSS files."""
9191

92-
descriptin = __doc__
92+
description = __doc__
9393
user_options = [
9494
(
9595
'output-style=', 's',

0 commit comments

Comments
 (0)