From ee696eaeb5220d38197614988892031e08568b88 Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Tue, 16 Jun 2020 00:10:37 +0200 Subject: [PATCH] Update serializer.rst --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index d711a1b5993..704a8d6ff2e 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -1257,7 +1257,7 @@ These are the options available: Sets the root node name (default: ``response``). ``remove_empty_tags`` - If set to true, removes all empty tags in the generated XML. + If set to true, removes all empty tags in the generated XML (default: ``false``). Handling Constructor Arguments ------------------------------