Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored and tiran committed Sep 26, 2023
1 parent dbb1038 commit 87fef10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defusedxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def defuse_stdlib():
"""Monkey patch and defuse all stdlib packages
:warning: The monkey patch is an EXPERIMETNAL feature.
:warning: The monkey patch is an EXPERIMENTAL feature.
"""
defused = {}

Expand Down
2 changes: 1 addition & 1 deletion defusedxml/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) 2013-2020 by Christian Heimes <christian@python.org>
# Licensed to PSF under a Contributor Agreement.
# See https://www.python.org/psf/license for licensing details.
"""Common constants, exceptions and helpe functions
"""Common constants, exceptions and helper functions
"""
import sys
import xml.parsers.expat
Expand Down

0 comments on commit 87fef10

Please sign in to comment.