diff --git a/Phys/DaVinci/python/DaVinci/Configuration.py b/Phys/DaVinci/python/DaVinci/Configuration.py
index fe2cd105ac48b30075bafaa528a733db182f6488..cdbf8e1ab40a8a95deb88f9a9f3b5f2a97bbd4f2 100644
--- a/Phys/DaVinci/python/DaVinci/Configuration.py
+++ b/Phys/DaVinci/python/DaVinci/Configuration.py
@@ -55,11 +55,11 @@ class DaVinci(LHCbConfigurableUser) :
         , "HistogramFile"      : ""              # Name of output Histogram file (set to "" to get no output)
         , "TupleFile"          : ""              # Name of output Tuple file
         , "WriteFSR"           : True            # Flags whether to write out an FSR
-        , "MergeGenFSR"        : False           # Flags whether to merge the generatore level FSRs
-        , "RootCompressionLevel" : "LZMA:6"      # ROOT compression level for ntuple files
+        , "MergeGenFSR"        : False            # Flags whether to merge the generatore level FSRs
+        , "RootCompressionLevel" : "LZMA:6"        # ROOT compression level for ntuple files
         # DQ
         , "IgnoreDQFlags"      : False           # If False (default), process only events with good DQ.
-        #, "IgnoredDQFlags"     : []             # List of particular DQ flags to ignore.
+        #, "IgnoredDQFlags"     : []              # List of particular DQ flags to ignore.
         # Monitoring
         , "MoniSequence"       : []              # Add your monitors here
         # DaVinci Options
@@ -71,7 +71,10 @@ class DaVinci(LHCbConfigurableUser) :
         , "VerboseMessages"    : False           # Turn on some verbose printout
         , "RootInTES"          : ""              # RootInTES property propagated to MainSequence in case of MDST input type
         , "Detectors"          : ['VP', 'UT', 'FT', 'Rich1Pmt', 'Rich2Pmt', 'Ecal', 'Hcal', 'Muon', 'Magnet', 'Tr' ]
-        , "Stream"             :  None           # Name of the Turbo or Stripping stream for the data. 
+        , "TurboStream":
+        None  # Name of the Turbo stream for the data. Mutually exclusive with StrippingStream
+        , "StrippingStream":
+        None  # Name of the Stripping stream of the data. Mutually exclusive with TurboStream
        }
 
     _propertyDocDct = {