This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new a5eaf0d  Add syntax annotations to all code in the storage interface 
documentation
a5eaf0d is described below

commit a5eaf0d02bb7bce786641dcfbac00b051b1dc517
Author: Sean B. Palmer <s...@miscoranda.com>
AuthorDate: Mon Jul 21 11:25:24 2025 +0100

    Add syntax annotations to all code in the storage interface documentation
---
 docs/storage-interface.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/storage-interface.md b/docs/storage-interface.md
index ef7d04c..a12deae 100644
--- a/docs/storage-interface.md
+++ b/docs/storage-interface.md
@@ -32,7 +32,7 @@ In this case we decide to raise as soon as there is any 
error. We could also cho
 
 The first few lines in the context session show the classic three step 
approach. Here they are again with comments:
 
-```
+```python
     # 1. Request permissions
     wafm = write.as_foundation_member().writer_or_raise()
 
@@ -49,7 +49,7 @@ Add all the functionality to classes in modules in the 
`atr/storage/writers` dir
 
 Classes in modules in the `atr/storage/writers` directory must be named as 
follows:
 
-```
+```python
 class FoundationParticipant:
     ...
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tooling.apache.org
For additional commands, e-mail: commits-h...@tooling.apache.org

Reply via email to