Cleanup: Fix incorrectly formatted multi-line docstring #105474

Merged
Hans Goudey merged 1 commits from pioverfour/blender:dp_fix_messages into blender-v3.5-release 2023-03-06 14:10:33 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ from bpy.props import (
class SCENE_OT_freestyle_fill_range_by_selection(Operator):
"""Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object """
"""(either a user-specified object or the active camera)"""
"""Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object """ \
"""(either a user-specified object or the active camera)"""
bl_idname = "scene.freestyle_fill_range_by_selection"
bl_label = "Fill Range by Selection"
bl_options = {'INTERNAL'}