Bugfix: #3377 Epy docs missing links

Link to sys was broken.  need to be  L{sys<Sys>} for name to match.
This commit is contained in:
Stephen Swaney
2005-11-08 22:11:19 +00:00
parent 1ba15893bd
commit 960a872431

View File

@@ -48,7 +48,7 @@ The Blender Python API Reference
- L{Window}
- L{Theme}
- L{World}
- L{sys}
- L{sys<Sys>}
Additional information:
-----------------------