Fix typo
This commit is contained in:
parent
cab43b1238
commit
8283d7d9e2
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""Archive commands for the unrar program."""
|
"""Archive commands for the rar program."""
|
||||||
|
|
||||||
def extract_rar (archive, encoding, cmd, **kwargs):
|
def extract_rar (archive, encoding, cmd, **kwargs):
|
||||||
"""Extract a RAR archive."""
|
"""Extract a RAR archive."""
|
||||||
|
|
Loading…
Reference in New Issue