Skip to content

Commit ba991a6

Browse files
authored
Update languages.md
1 parent 5e1e294 commit ba991a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/enc/languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Converts tap/knock code [commonly used by prisoners](https://en.wikipedia.org/wi
172172

173173
**Codec** | **Conversions** | **Aliases** | **Comment**
174174
:---: | :---: | --- | ---
175-
`tap` | text <-> tap/knock encoded text | `tap` | uses "` `" (double space) as a separator for letters. No spaces between words after decoding.
175+
`tap` | text <-> tap/knock encoded text | `tap` | uses '&nbsp; &nbsp;' (double space) as a separator for letters. No spaces between words after decoding.
176176

177177
```python
178178
>>> codext.encode("this is a test", "tap")

0 commit comments

Comments
 (0)