From 960a8724317f41beb9cb21bf027d422ceb4355c2 Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Tue, 8 Nov 2005 22:11:19 +0000 Subject: [PATCH] Bugfix: #3377 Epy docs missing links Link to sys was broken. need to be L{sys} for name to match. --- source/blender/python/api2_2x/doc/API_intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} Additional information: -----------------------