Skip to content

Commit dfd2911

Browse files
author
Dariusz Suchojad
committed
SESPRINGPYTHONPY-149: New YamlConfig's docs.
1 parent 611bfd3 commit dfd2911

File tree

2 files changed

+459
-2
lines changed

2 files changed

+459
-2
lines changed

docs/sphinx/source/objects-xmlconfig.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ as well. The following configuration shows usage of *dict*, *list*, *props*, *se
210210
For this reason, the code fragment shows a "dict" entry, which is
211211
one-to-one with Spring Java's "map" definition.
212212

213-
Java also has a Property class. Spring Python translates this into a Python
213+
Java also has a *Property* class. Spring Python translates this into a Python
214214
dictionary, making it more like an alternative to the configuring mechanism
215215
of dict.
216216

@@ -442,6 +442,7 @@ shorthand syntax which allows for a following XMLConfig file::
442442

443443
</objects>
444444

445+
_objects-xmlconfig-inheritance
445446

446447
Object definition inheritance
447448
-----------------------------

0 commit comments

Comments
 (0)