Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit b6c3f4d

Browse files
committed
Small documentation fixup
1 parent df320e3 commit b6c3f4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ encode
4848
Prototype
4949
::
5050

51-
urlcode.encode(STRING input)
51+
urlcode.encode(STRING_LIST input)
5252

5353
Return value
5454
STRING
@@ -65,7 +65,7 @@ decode
6565
Prototype
6666
::
6767

68-
urlcode.decode(STRING input)
68+
urlcode.decode(STRING_LIST input)
6969

7070
Return value
7171
STRING
@@ -106,7 +106,7 @@ Make targets:
106106
HISTORY
107107
=======
108108

109-
Version 0.1: Initial version.
109+
Version 1.0: Initial version.
110110

111111
COPYRIGHT
112112
=========

0 commit comments

Comments
 (0)