Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/tutorials/0_basics/plot_1-gimli_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

First, the library needs to be imported.
To avoid name clashes with other libraries we suggest to ``import pygimli`` and
alias it to the simple abbreviation ``pg``: CR
alias it to the simple abbreviation ``pg``:
"""
import pygimli as pg


###############################################################################
# Every part of the c++ namespace :gimliapi:`GIMLI` is bound to python and can
# be used with the leading ``pg.``
# be used with the leading ``pg``.
#
# For instance get the current version for `pyGIMLi` with:

Expand Down