Skip to content

Commit

Permalink
Update doc to match example code
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Nov 30, 2016
1 parent 44eddb5 commit 267dbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/id_namespaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ By default, **python-stix** sets the default ID namespace to
id declarations that look like
``id="example:Package-2813128d-f45e-41f7-b10a-20a5656e3785"``.

To change this, use the :meth:`stix.utils.idgen.set_id_namespace` method which takes
To change this, use the :meth:`mixbox.idgen.set_id_namespace` method which takes
a dictionary as a parameter.

.. code-block:: python
Expand Down

0 comments on commit 267dbf3

Please sign in to comment.