diff options
author | Tom Rondeau | 2012-07-29 14:46:27 -0400 |
---|---|---|
committer | Johnathan Corgan | 2012-08-28 11:56:03 -0700 |
commit | 94eef790aca68f8508df26d6b42fe6a19a2b0d0e (patch) | |
tree | 790945d4c13e3e19138c1cc120360874edf1cb7a | |
parent | f2021f48926741abb62f9a54744191c81e5c950d (diff) | |
download | gnuradio-94eef790aca68f8508df26d6b42fe6a19a2b0d0e.tar.gz gnuradio-94eef790aca68f8508df26d6b42fe6a19a2b0d0e.tar.bz2 gnuradio-94eef790aca68f8508df26d6b42fe6a19a2b0d0e.zip |
fcd: fixed copy-paste error.
-rw-r--r-- | gr-fcd/doc/README.fcd | 2 | ||||
-rw-r--r-- | gr-fcd/doc/fcd.dox | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-fcd/doc/README.fcd b/gr-fcd/doc/README.fcd index 83b4da1ce..c6ee02fff 100644 --- a/gr-fcd/doc/README.fcd +++ b/gr-fcd/doc/README.fcd @@ -1,7 +1,7 @@ This is the gr-fcd package. It contains a source block for the FunCube Dongle hardware. -The Python namespace is in gnuradio.qtgui, which would be normally +The Python namespace is in gnuradio.fcd, which would be normally imported as: from gnuradio import fcd diff --git a/gr-fcd/doc/fcd.dox b/gr-fcd/doc/fcd.dox index 6e07c585b..aca4dadaa 100644 --- a/gr-fcd/doc/fcd.dox +++ b/gr-fcd/doc/fcd.dox @@ -5,7 +5,7 @@ This is the gr-fcd package. It contains a source block for the FunCube Dongle hardware. -The Python namespace is in gnuradio.qtgui, which would be normally +The Python namespace is in gnuradio.fcd, which would be normally imported as: \code |