Skip to content

Commit

Permalink
Clarify docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <andre.philippe.sailer@cern.ch>
  • Loading branch information
tmadlener and andresailer authored Dec 11, 2023
1 parent 9dd9524 commit 5b6a413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/podio_gen/generator_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ClassGeneratorBaseMixin:
- upstream_edm (an optional upstream datamodel)
- datamodel (the current datamodel read from the yamlfile)
- env (the jinja2 environment for generating code)
- get_syntax (whether to use get synatx or not)
- get_syntax (whether to use 'get' syntax or not)
- incfolder (whether to create an includeSubfolder or not)
- expose_pod_members (whether or not to expose the pod members)
- formatter_func (an optional formatting function that is called after the
Expand Down

0 comments on commit 5b6a413

Please sign in to comment.