Skip to content

Commit

Permalink
repositioning circular heaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Jun 1, 2020
1 parent c966672 commit 91ac30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ characters that *occupy 2 cells* (full-wide), and others that *occupy 0* cells

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

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion wcwidth/version.json
Original file line number Diff line number Diff line change
@@ -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"}
{"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 comments on commit 91ac30f

Please sign in to comment.