diff --git a/src/ballistica/python/class/python_class_material.cc b/src/ballistica/python/class/python_class_material.cc index 66f7610a..d2d0c49c 100644 --- a/src/ballistica/python/class/python_class_material.cc +++ b/src/ballistica/python/class/python_class_material.cc @@ -61,8 +61,8 @@ void PythonClassMaterial::SetupType(PyTypeObject* obj) { "of parts, each with its own set of materials. Generally materials are\n" "specified as array attributes on the Node. The ``'spaz'`` node, for\n" "example, has various attributes such as ``'materials'``,\n" - "``'roller_materials'``, and ``'punch_materials'``, which correspond to the\n" - "various parts it creates.\n" + "``'roller_materials'``, and ``'punch_materials'``, which correspond\n" + "to the various parts it creates.\n" "\n" "Use ba.Material to instantiate a blank material, and then use its\n" "ba.Material.add_actions method to define what the material does.\n"