From 7bbf2b8c5c45ef040d4bfbf32d0b4d6c80c1ea90 Mon Sep 17 00:00:00 2001 From: timmy0123 <48618505+timmy0123@users.noreply.github.com> Date: Sun, 24 Sep 2023 08:25:56 +0000 Subject: [PATCH] fix rST syntax --- library/ssl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index dfc8bd7f28..e8cbf9a0f4 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -88,8 +88,8 @@ msgid "" "manage settings and certificates, which can then be inherited by SSL sockets " "created through the :meth:`SSLContext.wrap_socket` method." msgstr "" -"對於更複雜的應用程序,`ssl.SSLContext` 類別有助於管理設定及認證,然後可以透" -"過'SSLContext.wrap_socket` 方法創建的SSL插座繼承這些設定和認證。" +"對於更複雜的應用程序,\ :class:`ssl.SSLContext`\ 類別有助於管理設定及認證,然後可以透" +"\ :meth:`SSLContext.wrap_socket`\ 方法創建的SSL插座繼承這些設定和認證。" #: ../../library/ssl.rst:53 msgid "Updated to support linking with OpenSSL 1.1.0"