X Tutup
Skip to content

Commit 304bcc5

Browse files
committed
More polishing on web page docs.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@170 ce8fead1-4192-4296-8608-a705134b927f
1 parent e2b8652 commit 304bcc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/apt/index.apt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Key Features
1717
* {{{reference/html/components.html}Inversion Of Control}} - The idea is to decouple two classes at
1818
the interface level. This lets you build many reusable parts in your
1919
software, and your whole application becomes more pluggable. You can
20-
use either the XmlApplicationContext or the
21-
DecoratorBasedApplicationContext.
20+
use either the XmlApplicationContext or the DecoratorBasedApplicationContext.
2221

2322
* {{{reference/html/aop.html}Aspect-oriented Programming}} - Spring Python provides great ways
2423
to wrap advice around objects. It is utilized for remoting. Another

0 commit comments

Comments
 (0)
X Tutup