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:
authorStephen Swaney <sswaney@centurytel.net>2005-11-09 01:11:19 +0300
committerStephen Swaney <sswaney@centurytel.net>2005-11-09 01:11:19 +0300
commit960a8724317f41beb9cb21bf027d422ceb4355c2 (patch)
treec0939b53b034190694698b1a35a6b7fe9414d75f /source/blender/python/api2_2x/doc/API_intro.py
parent1ba15893bd0896174396227b8c6e2f3c1373ebe0 (diff)
Bugfix: #3377 Epy docs missing links
Link to sys was broken. need to be L{sys<Sys>} for name to match.
Diffstat (limited to 'source/blender/python/api2_2x/doc/API_intro.py')
-rw-r--r--source/blender/python/api2_2x/doc/API_intro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/API_intro.py b/source/blender/python/api2_2x/doc/API_intro.py
index dd9300ae6ea..4544222f14d 100644
--- a/source/blender/python/api2_2x/doc/API_intro.py
+++ b/source/blender/python/api2_2x/doc/API_intro.py
@@ -48,7 +48,7 @@ The Blender Python API Reference
- L{Window}
- L{Theme}
- L{World}
- - L{sys}
+ - L{sys<Sys>}
Additional information:
-----------------------