@@ -366,7 +366,6 @@ msgstr ""
366366"발생하지 않아야 함을 나타냅니다 (연속 메모리 블록에서의 스트라이드)."
367367
368368#: ../Doc/c-api/buffer.rst:201
369- #, fuzzy
370369msgid ""
371370"If all suboffsets are negative (i.e. no de-referencing is needed), then "
372371"this field must be NULL (the default value)."
@@ -703,15 +702,14 @@ msgid "Buffer-related functions"
703702msgstr "버퍼 관련 함수"
704703
705704#: ../Doc/c-api/buffer.rst:430
706- #, fuzzy
707705msgid ""
708706"Return ``1`` if *obj* supports the buffer interface otherwise ``0``. "
709707"When ``1`` is returned, it doesn't guarantee that "
710708":c:func:`PyObject_GetBuffer` will succeed. This function always "
711709"succeeds."
712710msgstr ""
713- "*obj*\\ 가 버퍼 인터페이스를 지원하면 ``1``\\ 을 반환하고, 그렇지 않으면 ``0``\\ 을 반환합니다. ``1``\\ 이 "
714- "반환될 때, :c:func:`PyObject_GetBuffer`\\ 가 성공할 것이라고 보장하지는 않습니다."
711+ "*obj*\\ 가 버퍼 인터페이스를 지원하면 ``1``\\ 을 반환하고, 그렇지 않으면 ``0``\\ 을 반환합니다. ``1``\\ 이 반환될 "
712+ "때, :c:func:`PyObject_GetBuffer`\\ 가 성공할 것이라고 보장하지는 않습니다. 이 함수는 항상 성공합니다 ."
715713
716714#: ../Doc/c-api/buffer.rst:437
717715msgid ""
@@ -772,16 +770,15 @@ msgstr ""
772770"반환합니다. 이 함수는 아직 구현되지 않았습니다."
773771
774772#: ../Doc/c-api/buffer.rst:471
775- #, fuzzy
776773msgid ""
777774"Return ``1`` if the memory defined by the *view* is C-style (*order* is "
778775"``'C'``) or Fortran-style (*order* is ``'F'``) :term:`contiguous` or "
779776"either one (*order* is ``'A'``). Return ``0`` otherwise. This function "
780777"always succeeds."
781778msgstr ""
782- "*view*\\ 로 정의된 메모리가 C 스타일(*order*\\ 가 ``'C'``)이나 포트란 스타일(*order*\\ 가 "
783- "``'F'``) :term:`연속 <contiguous>`\\ 이거나 둘 중 하나(*order*\\ 가 ``'A'``)면 "
784- "``1 ``\\ 을 반환합니다. 그렇지 않으면 ``0`` \\ 을 반환합니다 ."
779+ "*view*\\ 로 정의된 메모리가 C 스타일(*order*\\ 가 ``'C'``)이나 포트란 스타일(*order*\\ 가 ``'F'``) "
780+ ":term:`연속 <contiguous>`\\ 이거나 둘 중 하나(*order*\\ 가 ``'A'``)면 ``1`` \\ 을 반환합니다. 그렇지 "
781+ " 않으면 ``0 ``\\ 을 반환합니다. 이 함수는 항상 성공합니다 ."
785782
786783#: ../Doc/c-api/buffer.rst:478
787784msgid ""
@@ -845,4 +842,3 @@ msgstr ""
845842"이 함수가 :ref:`getbufferproc <buffer-structs>`\\ 의 일부로 사용되면, *exporter*\\ 가 "
846843"제공하는(exporting) 객체로 설정되어야 하고, *flags*\\ 는 수정되지 않은 채로 전달되어야 합니다. 그렇지 않으면 "
847844"*exporter*\\ 가 NULL이어야 합니다."
848-
0 commit comments