@@ -103,11 +103,11 @@ The module defines two convenience functions:
103103 Create an application archive from *source *. The source can be any
104104 of the following:
105105
106- * The name of a directory, or a :class: ` pathlib.Path ` object referring
106+ * The name of a directory, or a :term: ` path-like object` referring
107107 to a directory, in which case a new application archive will be
108108 created from the content of that directory.
109- * The name of an existing application archive file, or a :class: ` pathlib.Path `
110- object referring to such a file, in which case the file is copied to
109+ * The name of an existing application archive file, or a :term: ` path-like object `
110+ referring to such a file, in which case the file is copied to
111111 the target (modifying it to reflect the value given for the *interpreter *
112112 argument). The file name should include the ``.pyz `` extension, if required.
113113 * A file object open for reading in bytes mode. The content of the
@@ -117,7 +117,7 @@ The module defines two convenience functions:
117117 The *target * argument determines where the resulting archive will be
118118 written:
119119
120- * If it is the name of a file, or a :class: ` pathlb.Path ` object,
120+ * If it is the name of a file, or a :term: ` path-like object` ,
121121 the archive will be written to that file.
122122 * If it is an open file object, the archive will be written to that
123123 file object, which must be open for writing in bytes mode.
0 commit comments