We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6d8ff commit 1c60772Copy full SHA for 1c60772
README.md
@@ -81,15 +81,15 @@ bag = bagit.Bag('/path/to/bag')
81
You can change the metadata persisted to the bag-info.txt by using the `info`
82
property on a `Bag`.
83
84
-```python
85
-# load the bag
86
-bag = bagit.Bag('/path/to/bag')
87
-
88
-# update bag info metadata
89
-bag.info['Internal-Sender-Description'] = 'Updated on 2014-06-28.'
90
-bag.info['Authors'] = ['John Kunze', 'Andy Boyko']
91
-bag.save()
92
-```
+ ```python
+ # load the bag
+ bag = bagit.Bag('/path/to/bag')
+
+ # update bag info metadata
+ bag.info['Internal-Sender-Description'] = 'Updated on 2014-06-28.'
+ bag.info['Authors'] = ['John Kunze', 'Andy Boyko']
+ bag.save()
+ ```
93
94
### Update Bag Manifests
95
0 commit comments