diff --git a/BaseClasses.py b/BaseClasses.py index 1de23bc1..dbcd65ab 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -1337,8 +1337,8 @@ class Region: Connects current region to regions in exit dictionary. Passed region names must exist first. :param exits: exits from the region. format is {"connecting_region": "exit_name"}. if a non dict is provided, - created entrances will be named "self.name -> connecting_region" - :param rules: rules for the exits from this region. format is {"connecting_region", rule} + created entrances will be named "self.name -> connecting_region" + :param rules: rules for the exits from this region. format is {"connecting_region": rule} """ if not isinstance(exits, Dict): exits = dict.fromkeys(exits)