##// END OF EJS Templates
fix decoratred typo in comment
MinRK -
Show More
@@ -133,7 +133,7 b' def getsource(obj,is_binary=False):'
133 133 if is_binary:
134 134 return None
135 135 else:
136 #get source if obj was decoratred with @decorator
136 # get source if obj was decorated with @decorator
137 137 if hasattr(obj,"__wrapped__"):
138 138 obj = obj.__wrapped__
139 139 try:
General Comments 0
You need to be logged in to leave comments. Login now