Skip to content

Commit 91ac30f

Browse files
committed
repositioning circular heaps
1 parent c966672 commit 91ac30f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ characters that *occupy 2 cells* (full-wide), and others that *occupy 0* cells
1414

1515
**Solution**: POSIX.1-2001 and POSIX.1-2008 conforming systems provide
1616
`wcwidth(3)`_ and `wcswidth(3)`_ C functions of which this python module's
17-
functions precisely copy. *These functions return the number of cells a unicode
18-
string is expected to occupy.*
17+
functions precisely copy. *These functions return the number of cells a
18+
unicode string is expected to occupy.*
1919

2020
Installation
2121
------------

wcwidth/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tables": ["4.1.0", "5.0.0", "5.1.0", "5.2.0", "6.0.0", "6.1.0", "6.2.0", "6.3.0", "7.0.0", "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "12.1.0", "13.0.0"], "package": "0.2.1", "default": "8.0.0"}
1+
{"tables": ["4.1.0", "5.0.0", "5.1.0", "5.2.0", "6.0.0", "6.1.0", "6.2.0", "6.3.0", "7.0.0", "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "12.1.0", "13.0.0"], "package": "0.2.2", "default": "8.0.0"}

0 commit comments

Comments
 (0)