From e59861fc928c2b6e715f2c586dc6e22ab49ebcd2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 8 Oct 2021 23:48:00 +0200 Subject: [Format] Use inline code formatting for functions --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e57c5ec..6609762 100644 --- a/README.rst +++ b/README.rst @@ -14,8 +14,8 @@ simple. Usage ===== -There is only 1 function for you to use, and that is `getgopt.Getopt()`. The function works *almost* -the same way that the POSIX C ``getopt`` function works. Here is an example of it's usage: +There is only 1 function for you to use, and that is ``getgopt.Getopt()``. The function works +*almost* the same way that the POSIX C ``getopt`` function works. Here is an example of it's usage: .. code-block:: go -- cgit v1.2.3