Skip to content

Commit

Permalink
fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Jan 31, 2018
1 parent ab706fc commit 4651808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argschema/argschema_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ def output(self,d,output_path=None,sink=None,**sink_options):
output_sink to output to (optional default to self.output_source)
output_path: str
path to save to output file, optional (with default to self.mod['output_json'] location)
(DEPRECATED path to save to output file, optional (with default to self.mod['output_json'] location)
**sink_options :
will be passed through to sink.put_dict
(DEPRECATED path to save to output file, optional (with default to self.mod['output_json'] location)
Raises
------
marshmallow.ValidationError
Expand Down

0 comments on commit 4651808

Please sign in to comment.