Style edit (mostly), use """ for docstrings (not ''').
Should also fix the broken py ops tips...
This commit is contained in:
@@ -157,8 +157,8 @@ def find_path_new(id_data, data_path, rna_update_dict, rna_update_from_map):
|
||||
|
||||
|
||||
def update_data_paths(rna_update):
|
||||
''' rna_update triple [(class_name, from, to), ...]
|
||||
'''
|
||||
""" rna_update triple [(class_name, from, to), ...]
|
||||
"""
|
||||
|
||||
# make a faster lookup dict
|
||||
rna_update_dict = {}
|
||||
|
||||
Reference in New Issue
Block a user