Skip to content

Commit

Permalink
Fix code example to use append
Browse files Browse the repository at this point in the history
  • Loading branch information
gnu-lorien authored Sep 12, 2023
1 parent a7a6bd7 commit ccd8707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_continuum/plugins/transaction_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
meta_plugin = TransactionMetaPlugin()
versioning_manager.plugins.add(meta_plugin)
versioning_manager.plugins.append(meta_plugin)
TransactionMetaPlugin creates a simple model called TransactionMeta. This class
Expand Down

0 comments on commit ccd8707

Please sign in to comment.