Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Jan 3, 2018
1 parent 7a1a03b commit f06ee96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ You can pass an ArgSchemaParser an :class:`argschema.sources.ArgSource` object w
and :class:`argschema.ArgSchemaParser` will get its input parameters from that dictionary.

Similarly you can pass an :class:`argschema.sources.ArgSink` object which implements a put_dict method,
and :method:`argschema.ArgSchemaParser.output` will output the dictionary however that :class:`argschema.sources.ArgSink` specifies it should.
and :class:`argschema.ArgSchemaParser.output` will output the dictionary however that :class:`argschema.sources.ArgSink` specifies it should.

Finally, both :class:`argschema.sources.ArgSource` and :class:`argschema.sources.ArgSink` have a property called ConfigSchema,
which is a :class:`marshmallow.Schema` for how to deserialize the kwargs to it's init class.
Expand Down

0 comments on commit f06ee96

Please sign in to comment.