diff options
Diffstat (limited to 'python/project.py')
| -rw-r--r-- | python/project.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/project.py b/python/project.py index d9b9880d..a080123a 100644 --- a/python/project.py +++ b/python/project.py @@ -664,7 +664,7 @@ class Project: and the project on disk vs in memory may not agree on state if an exception occurs while a bulk operation is happening. - :example: + :Example: >>> from pathlib import Path >>> with project.bulk_operation(): ... for i in Path('/bin/').iterdir(): |
