Fix dead sequtils link (#10960) [ci skip]

This commit is contained in:
MrZoraman
2019-04-03 22:03:15 -07:00
committed by Miran
parent dc2986789b
commit c6327e229a

View File

@@ -57,7 +57,7 @@
## **See also:**
## * `strformat module<strformat.html>`_ for string interpolation and formatting
## * `unicode module<unicode.html>`_ for Unicode UTF-8 handling
## * `sequtils module<collections/sequtils.html>`_ for operations on container
## * `sequtils module<sequtils.html>`_ for operations on container
## types (including strings)
## * `parseutils module<parseutils.html>`_ for lower-level parsing of tokens,
## numbers, identifiers, etc.