Skip to content

Commit 2e6bfe7

Browse files
willingcmanics
andauthored
Fix typos
Co-authored-by: Simon Li <[email protected]>
1 parent 73834d1 commit 2e6bfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

62-cell-id/cell-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def get_cell_id(id_length=8):
224224

225225
#### Option C: Join human-readable strings from a corpus randomly
226226

227-
One frequently used pattern for generating human recognizable ids is to combine common words together instead of arbitrarily random bits. Things like `danger-noodle` is a lot easier to remember or reference for a person than `ZGFuZ2VyLW5vb2RsZQ==`. Below would be how this is achieved, though it requires a set of names to use in id generation. There's dependencies in Python, as well as corpus csv files, for this that make it convienent but it would have to add to the install depenencies.
227+
One frequently used pattern for generating human recognizable ids is to combine common words together instead of arbitrarily random bits. Things like `danger-noodle` is a lot easier to remember or reference for a person than `ZGFuZ2VyLW5vb2RsZQ==`. Below would be how this is achieved, though it requires a set of names to use in id generation. There are dependencies in Python, as well as corpus csv files, for this that make it convenient but it would have to add to the install dependencies.
228228

229229
```python
230230
def get_cell_id(num_words=2):

0 commit comments

Comments
 (0)