https://github.com/python/cpython/commit/3199cfcf7661b0c9bd73dc36f52405df398dea09
commit: 3199cfcf7661b0c9bd73dc36f52405df398dea09
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2026-01-16T21:40:28+02:00
summary:

gh-138122: Default highlight to sh (#143782)

files:
M Doc/library/profiling.rst
M Doc/library/profiling.sampling.rst

diff --git a/Doc/library/profiling.rst b/Doc/library/profiling.rst
index 4b56d9c4b7b1b8..0df9a5120a5df0 100644
--- a/Doc/library/profiling.rst
+++ b/Doc/library/profiling.rst
@@ -1,4 +1,4 @@
-.. highlight:: shell-session
+.. highlight:: sh
 
 .. _profiling-module:
 
diff --git a/Doc/library/profiling.sampling.rst 
b/Doc/library/profiling.sampling.rst
index 4ec594c041d3f5..ac1098698c8cbb 100644
--- a/Doc/library/profiling.sampling.rst
+++ b/Doc/library/profiling.sampling.rst
@@ -1,4 +1,4 @@
-.. highlight:: shell-session
+.. highlight:: sh
 
 .. _profiling-sampling:
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to