Skip to content

Commit 7c2d362

Browse files
committed
Update docstrings
Signed-off-by: Jono Yang <[email protected]>
1 parent b704fa8 commit 7c2d362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commoncode/resource.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def _prepare_clean_paths(self, paths=tuple()):
310310

311311
def _setup_essentials(self, temp_dir=temp_dir, max_in_memory=10000):
312312
"""
313-
Set the remaining Code=base attributes
313+
Set the remaining Codebase attributes
314314
315315
`temp_dir` is the base temporary directory to use to cache resources on
316316
disk and other temporary files.
@@ -1390,7 +1390,7 @@ def children(self, codebase, names=()):
13901390

13911391
def has_parent(self):
13921392
"""
1393-
Return True is this Resource has children.
1393+
Return True is this Resource has a parent.
13941394
"""
13951395
return not self.is_root
13961396

0 commit comments

Comments
 (0)