Show
Ignore:
Timestamp:
12/30/08 15:32:07 (3 years ago)
Author:
xi
Message:

Merged a typo fix from the trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/tags/3.08/lib/yaml/serializer.py

    r222 r342  
    5656        self.serialized_nodes = {} 
    5757        self.anchors = {} 
    58         self.last_alias_id = 0 
     58        self.last_anchor_id = 0 
    5959 
    6060    def anchor_node(self, node):