From dd2e8b98deda8a5a05447160dc4d9496ae37dec8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 12 Feb 2015 12:46:28 -0800 Subject: [PATCH] Fix RST markup --- format.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/format.h b/format.h index c6bdd707..6d2ab9a1 100644 --- a/format.h +++ b/format.h @@ -1418,6 +1418,7 @@ class SystemError : public internal::RuntimeError { .. parsed-literal:: **: ** + where ** is the formatted message and ** is the system message corresponding to the error code. *error_code* is a system error code as given by ``errno``. @@ -1599,7 +1600,7 @@ class BasicWriter { Current point: (-3.140000, +3.140000) - The output can be accessed using :meth:`data`, :meth:`c_str` or :meth:`str` + The output can be accessed using :func:`data()`, :func:`c_str` or :func:`str` methods. See also :ref:`syntax`. @@ -2118,6 +2119,7 @@ class WindowsError : public SystemError { .. parsed-literal:: **: ** + where ** is the formatted message and ** is the system message corresponding to the error code. *error_code* is a Windows error code as given by ``GetLastError``.