diff --git a/pysass.cpp b/pysass.cpp index 64046565..673a4acd 100644 --- a/pysass.cpp +++ b/pysass.cpp @@ -513,7 +513,7 @@ static char PySass_doc[] = "The thin binding of libsass for Python."; PyObject* PySass_make_enum_dict() { PyObject* dct = PyDict_New(); PyDict_SetItemString(dct, "nested", PySass_Int_FromLong(SASS_STYLE_NESTED)); - PyDict_SetItemString(dct, "expected", PySass_Int_FromLong(SASS_STYLE_EXPANDED)); + PyDict_SetItemString(dct, "expanded", PySass_Int_FromLong(SASS_STYLE_EXPANDED)); PyDict_SetItemString(dct, "compact", PySass_Int_FromLong(SASS_STYLE_COMPACT)); PyDict_SetItemString(dct, "compressed", PySass_Int_FromLong(SASS_STYLE_COMPRESSED)); return dct; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy