Skip to content

Commit 2a942cd

Browse files
authored
Fix simple typo: properpty -> property (#717)
Closes #716
1 parent 95418a9 commit 2a942cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def __new__(cls, name, bases, attrs):
136136
# If we define any packages, we'll need to use our special
137137
# PipelineFormMediaProperty class. We use this instead of intercepting
138138
# in __getattribute__ because Django does not access them through
139-
# normal properpty access. Instead, grabs the Media class's __dict__
139+
# normal property access. Instead, grabs the Media class's __dict__
140140
# and accesses them from there. By using these special properties, we
141141
# can handle direct access (Media.css) and dictionary-based access
142142
# (Media.__dict__['css']).

0 commit comments

Comments
 (0)