[Bf-blender-cvs] [a5d2c19a5ca] master: PyAPI Docs: Cleanup Formatting

Aaron Carlisle noreply at git.blender.org
Thu May 13 03:10:29 CEST 2021


Commit: a5d2c19a5ca20c94ffec15f8a4a7ef5e964f7df0
Author: Aaron Carlisle
Date:   Wed May 12 20:29:32 2021 -0400
Branches: master
https://developer.blender.org/rBa5d2c19a5ca20c94ffec15f8a4a7ef5e964f7df0

PyAPI Docs: Cleanup Formatting

===================================================================

M	release/scripts/modules/bpy/path.py

===================================================================

diff --git a/release/scripts/modules/bpy/path.py b/release/scripts/modules/bpy/path.py
index fad52eae84a..e9e9671cc35 100644
--- a/release/scripts/modules/bpy/path.py
+++ b/release/scripts/modules/bpy/path.py
@@ -370,7 +370,7 @@ def module_names(path, recursive=False):
 
 def basename(path):
     """
-    Equivalent to os.path.basename, but skips a "//" prefix.
+    Equivalent to ``os.path.basename``, but skips a "//" prefix.
 
     Use for Windows compatibility.
     """



More information about the Bf-blender-cvs mailing list