Skip to content

Commit

Permalink
wtf, how did this typo happen
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and sigmavirus24 committed Aug 26, 2017
1 parent 7b68405 commit 517e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yaml/dumper.py
Expand Up @@ -41,7 +41,7 @@ def __init__(self, stream,
SafeRepresenter.__init__(self, default_style=default_style,
default_flow_style=default_flow_style)
Resolver.__init__(self)
SafeDumper = Dump
SafeDumper = Dumper

class DangerDumper(Emitter, Serializer, Representer, Resolver):

Expand Down

1 comment on commit 517e83e

@talesa
Copy link

@talesa talesa commented on 517e83e Dec 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I <3 this commit

Please sign in to comment.