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``.