Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-05-13 03:29:32 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-05-13 04:10:17 +0300
commita5d2c19a5ca20c94ffec15f8a4a7ef5e964f7df0 (patch)
tree3130405d3baedc770dee58a509fa443e76f4f0b9 /release
parent06e62adfb8f2270f1d742ceebcd2d9fd830a528e (diff)
PyAPI Docs: Cleanup Formatting
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bpy/path.py2
1 files changed, 1 insertions, 1 deletions
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.
"""