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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9096d072030 Fix RST syntax error in SSH provider changelog (#64881)
9096d072030 is described below

commit 9096d072030854753cd1cfaf774b20aecd355dce
Author: Anish Giri <[email protected]>
AuthorDate: Wed Apr 8 00:02:28 2026 -0500

    Fix RST syntax error in SSH provider changelog (#64881)
    
    Remove stray backtick that caused doc build failure.
---
 providers/ssh/docs/changelog.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/providers/ssh/docs/changelog.rst b/providers/ssh/docs/changelog.rst
index 5d66d9cae4a..d923358c04b 100644
--- a/providers/ssh/docs/changelog.rst
+++ b/providers/ssh/docs/changelog.rst
@@ -47,7 +47,7 @@ errors when the properties are used.
 
 The SSHTunnel provides:
 
-* `Context manager (enter/exit) - the recommended interface
+* Context manager (enter/exit) - the recommended interface
 * .start()/.stop() - deprecated, emit AirflowProviderDeprecationWarning
 * .local_bind_port and .local_bind_address - preserved as properties
 * getattr - raises AttributeError with migration hint for

Reply via email to