PyDoc: remove unnecessary newlines which caused invalid syntax

Resolves all warnings building Python docs.
This commit is contained in:
Campbell Barton
2024-01-25 10:22:15 +11:00
parent e89fdadf8e
commit 0ea0573349
2 changed files with 2 additions and 3 deletions

View File

@@ -584,7 +584,7 @@ class ARMATURE_OT_collection_show_all(Operator):
class ARMATURE_OT_collection_remove_unused(Operator):
"""Remove all bone collections that have neither bones nor children.\n""" \
"""Remove all bone collections that have neither bones nor children. """ \
"""This is done recursively, so bone collections that only have unused children are also removed"""
bl_idname = "armature.collection_remove_unused"