aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2021-10-08 23:48:00 +0200
committerThomas Voss <mail@thomasvoss.com> 2021-10-08 23:48:00 +0200
commite59861fc928c2b6e715f2c586dc6e22ab49ebcd2 (patch)
treed5fd718eab7abe1a790b68ed2acaef118dca2856
parentd4a272edf46ad64b5bb9f1d1305f471d1f15ecfa (diff)
[Format] Use inline code formatting for functions
-rw-r--r--README.rst4
1 files 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