Skip to content

Commit 472e927

Browse files
committed
clarified dump call
1 parent 752cd8d commit 472e927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/guide/citing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ import using::
9393

9494
import os
9595
os.environ['DUECREDIT_ENABLE'] = 'yes'
96+
import qinfer as qi
9697

9798
Whenever it is detected that this variable is true, any uses of **Qinfer** in a
9899
given folder (even multiple distinct runs) will maintain
@@ -103,7 +104,7 @@ uses a module, class, or method that is appropriately tagged with a citation.
103104
If you wish to see the citation compilaton of a *single* python session,
104105
you can dump the current state with::
105106

106-
qinfer.due.dump()
107+
qi.due.dump()
107108

108109
On the other hand, to print it out the entire ``.duecredit.p`` collection
109110
in BibTeX form, use the summary functionality of `duecredit`_::

0 commit comments

Comments
 (0)