File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -851,8 +851,8 @@ msgid ""
851
851
"Unions can now be written as ``X | Y``. See :ref:`union type "
852
852
"expressions<types-union>`."
853
853
msgstr ""
854
- "ユニオン型は ``X | Y`` のように書けるようになりました。<types-union> を参照く "
855
- "ださい 。"
854
+ "ユニオン型は ``X | Y`` のように書けるようになりました。 :ref:`union型の表現 "
855
+ "<types-union>` を参照ください 。"
856
856
857
857
#: ../../library/typing.rst:674
858
858
msgid "Optional type."
@@ -890,8 +890,8 @@ msgid ""
890
890
"Optional can now be written as ``X | None``. See :ref:`union type "
891
891
"expressions<types-union>`."
892
892
msgstr ""
893
- "Optionalは ``X | None`` のように書けるようになりました。<types-union> を参照 "
894
- "ください 。"
893
+ "Optionalは ``X | None`` のように書けるようになりました。 ref:`union型の表現 "
894
+ "<types-union>` を参照ください 。"
895
895
896
896
#: ../../library/typing.rst:699
897
897
msgid "Callable type; ``Callable[[int], str]`` is a function of (int) -> str."
You can’t perform that action at this time.
0 commit comments