We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438bc7d commit efe2558Copy full SHA for efe2558
1 file changed
nameparser/parser.py
@@ -43,7 +43,8 @@ class HumanName(object):
43
* :py:attr:`last`
44
* :py:attr:`suffix`
45
* :py:attr:`nickname`
46
-
+ * :py:attr:`surnames`
47
+
48
:param str full_name: The name string to be parsed.
49
:param constants constants:
50
a :py:class:`~nameparser.config.Constants` instance. Pass ``None`` for
0 commit comments